&.flexbox {
overflow-y: hidden;
}
+ &.shaded {
+ background-color: #F2F2F2;
+ }
}
body {
- font-family: $text;
font-size: $fs-m;
line-height: 1.6;
color: #616161;
-webkit-font-smoothing: antialiased;
+ &.shaded {
+ background-color: #F2F2F2;
+ }
}
button {