dash-website/src/scss/_page.scss

16 lines
182 B
SCSS

$m: 'page';
.#{$m} {
padding-top: 70px;
&--post {
@include clearfix();
}
&--home {
}
&--get-dash {
background-color: $color-gray-light-blueish;
}
&--participate {
}
}