12 lines
258 B
SCSS
12 lines
258 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;
|
|
display: table;
|
|
width: 100%;
|
|
height: 100%;
|
|
table-layout: fixed;
|
|
}
|