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

@ -12,13 +12,13 @@ html {
// -----------------------------------------------------------------------------
body {
box-sizing: border-box;
box-sizing: $box_sizing;
font-family: $primary_font_family;
font-size: $basic_size;
line-height: $basic_line;
color: $basic_font_color;
background-color: $basic_background_color;
*,
::before,
::after {
@ -108,4 +108,3 @@ h6 {
text-transform: none;
font-weight: bold;
}