8 lines
190 B
SCSS
8 lines
190 B
SCSS
body.dashboard {
|
|
font-family: $base-font-family;
|
|
font-weight: $base-font-weight;
|
|
font-size: $base-font-size;
|
|
letter-spacing: $base-letter-spacing;
|
|
background: $base-background-color;
|
|
}
|