Files
habitica/website/client/assets/scss/page.scss
T
Matteo Pagliazzi 31bbac1751 Client Tasks (#8889)
* tasks: markdown style, checkboxes. Misc fixes

* add filtering to tasks

* client tasks: complete filtering
2017-07-22 20:30:08 +02:00

25 lines
308 B
SCSS

html, body {
height: calc(100% - 56px); // 56px is the menu
}
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;
}