11 lines
221 B
SCSS
11 lines
221 B
SCSS
body.dashboard {
|
|
font-family: $base-font-family;
|
|
font-weight: $base-font-weight;
|
|
font-size: $base-font-size;
|
|
letter-spacing: $base-letter-spacing;
|
|
display: table;
|
|
width: 100%;
|
|
height: 100%;
|
|
table-layout: fixed;
|
|
}
|