Beispiel-Datei strukturiert

This commit is contained in:
Stephan Hagedorn 2017-08-17 19:47:06 +02:00
parent 9c03fb44cc
commit e7ca01dd40
12 changed files with 5023 additions and 170 deletions

View file

@ -48,7 +48,7 @@
*,
::before,
::after {
box-sizing: border-box;
box-sizing: $box_sizing;
}
}
@ -82,8 +82,7 @@
background-color: transparentize($alpha_color, .5);
}
.viewport-hover-body {
@extend %full_viewport;
.hover_background_change {
background-color: darken($basic_background_color, 20%);
transition: background-color .2s ease-in-out;
&:hover {