7 lines
86 B
SCSS
7 lines
86 B
SCSS
@import "variables";
|
|
|
|
.content {
|
|
margin-top: $toolbar-height;
|
|
min-height: 100%;
|
|
}
|