mirror of
https://github.com/sudoxnym/habitica.git
synced 2026-08-04 01:29:21 +00:00
24 lines
275 B
SCSS
24 lines
275 B
SCSS
html, body {
|
|
height: 100%;
|
|
}
|
|
|
|
body {
|
|
background: $gray-700;
|
|
}
|
|
|
|
.standard-sidebar {
|
|
background: $gray-600;
|
|
padding: 24px;
|
|
font-size: 14px;
|
|
line-height: 1.43;
|
|
width: 236px;
|
|
}
|
|
|
|
.standard-page {
|
|
padding: 24px;
|
|
flex: 1;
|
|
}
|
|
|
|
.page-header {
|
|
color: $purple-200;
|
|
}
|