10 years later #1
2 changed files with 13 additions and 13 deletions
|
|
@ -3,14 +3,8 @@
|
||||||
|
|
||||||
html {
|
html {
|
||||||
height: 100%;
|
height: 100%;
|
||||||
box-sizing: border-box;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
*,
|
|
||||||
::before,
|
|
||||||
::after {
|
|
||||||
box-sizing: inherit;
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
@ -18,11 +12,18 @@ html {
|
||||||
// -----------------------------------------------------------------------------
|
// -----------------------------------------------------------------------------
|
||||||
|
|
||||||
body {
|
body {
|
||||||
|
box-sizing: border-box;
|
||||||
font-family: $primary_font_family;
|
font-family: $primary_font_family;
|
||||||
font-size: $basic_size;
|
font-size: $basic_size;
|
||||||
line-height: $basic_line;
|
line-height: $basic_line;
|
||||||
color: $basic_font_color;
|
color: $basic_font_color;
|
||||||
background-color: $basic_background_color;
|
background-color: $basic_background_color;
|
||||||
|
|
||||||
|
*,
|
||||||
|
::before,
|
||||||
|
::after {
|
||||||
|
box-sizing: inherit;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
article {
|
article {
|
||||||
|
|
|
||||||
13
example.css
13
example.css
|
|
@ -272,20 +272,19 @@ h5 {
|
||||||
text-align: left !important; }
|
text-align: left !important; }
|
||||||
|
|
||||||
html {
|
html {
|
||||||
height: 100%;
|
height: 100%; }
|
||||||
box-sizing: border-box; }
|
|
||||||
|
|
||||||
*,
|
|
||||||
::before,
|
|
||||||
::after {
|
|
||||||
box-sizing: inherit; }
|
|
||||||
|
|
||||||
body {
|
body {
|
||||||
|
box-sizing: border-box;
|
||||||
font-family: Trebuchet MS, Helvetica, Arial, sans-serif, sans;
|
font-family: Trebuchet MS, Helvetica, Arial, sans-serif, sans;
|
||||||
font-size: 15px;
|
font-size: 15px;
|
||||||
line-height: 1;
|
line-height: 1;
|
||||||
color: black;
|
color: black;
|
||||||
background-color: gray; }
|
background-color: gray; }
|
||||||
|
body *,
|
||||||
|
body ::before,
|
||||||
|
body ::after {
|
||||||
|
box-sizing: inherit; }
|
||||||
|
|
||||||
aside.right + section {
|
aside.right + section {
|
||||||
margin-right: calc(20% + 8px); }
|
margin-right: calc(20% + 8px); }
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue