mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
9641fe490b
* fix tabs in xm157 * use rollup, remove grunt, fix scss build * add svg bundler. rework to use svg element instead of images
34 lines
432 B
SCSS
34 lines
432 B
SCSS
body {
|
|
background-color: $oil;
|
|
}
|
|
|
|
body > main {
|
|
padding: rem-calc(40) 0;
|
|
|
|
@media #{$small-only} {
|
|
padding: rem-calc(20) 0;
|
|
}
|
|
|
|
background-color: $white;
|
|
|
|
img {
|
|
margin-bottom: rem-calc(20);
|
|
}
|
|
}
|
|
|
|
aside {
|
|
@media #{$small-only} {
|
|
margin-bottom: rem-calc(24);
|
|
}
|
|
}
|
|
|
|
.row {
|
|
@media #{$small-only} {
|
|
overflow: hidden;
|
|
}
|
|
}
|
|
|
|
a {
|
|
transition: $transition-default;
|
|
}
|