592345e22c
* update comemnt * flyout on hover * fix hasClass and isBuffed * polish members in party header
24 lines
270 B
SCSS
24 lines
270 B
SCSS
html {
|
|
overflow-x: hidden;
|
|
}
|
|
|
|
html, body {
|
|
height: 100%;
|
|
background: $gray-700;
|
|
}
|
|
|
|
.standard-sidebar {
|
|
background: $gray-600;
|
|
padding: 24px;
|
|
font-size: 14px;
|
|
line-height: 1.43;
|
|
}
|
|
|
|
.standard-page {
|
|
padding: 24px;
|
|
}
|
|
|
|
.page-header {
|
|
color: $purple-200;
|
|
}
|