mirror of
https://github.com/moparisthebest/android.moparisthebest.org
synced 2024-11-01 15:55:03 -04:00
a2ab1d4802
2. Refactored stylesheets to simplify dreictory trees.
19 lines
428 B
SCSS
19 lines
428 B
SCSS
html {
|
|
background: $page-bg inline-image('line-tile.png') top left;
|
|
}
|
|
body {
|
|
border: 0 0 1px 0 solid darken($page-bg, 5);
|
|
> div {
|
|
background-color: $sidebar-bg;
|
|
border-bottom: 1px solid $page-border-bottom;
|
|
> div {
|
|
background-color: $main-bg;
|
|
border-right: 1px solid $sidebar-border;
|
|
}
|
|
}
|
|
}
|
|
|
|
@media only screen and (min-width: 1400px) {
|
|
body { border: 0 1px 0 solid darken($page-bg, 5); }
|
|
}
|