You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
9 lines
185 B
SCSS
9 lines
185 B
SCSS
14 years ago
|
body {
|
||
|
background-color: $sidebar_bg;
|
||
|
}
|
||
|
|
||
14 years ago
|
body > div > div {
|
||
14 years ago
|
background-color: $main_bg; border-right: 1px solid $sidebar_border;
|
||
14 years ago
|
//@include box-shadow(rgba(#000, .1) 0 0 18px);
|
||
14 years ago
|
}
|