mirror of
https://github.com/seigler/dash-website
synced 2025-07-26 23:06:09 +00:00
16 lines
182 B
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 {
|
|
}
|
|
}
|