Beispiel-Datei strukturiert
This commit is contained in:
parent
9c03fb44cc
commit
e7ca01dd40
12 changed files with 5023 additions and 170 deletions
|
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue