habitica/website/client/assets/scss/page.scss
Matteo Pagliazzi 6fb4c1b576 Client Tasks v1 (#8823)
* remove unused elements from tasks page

* remove components

* client: tasks: wip

* tasks: order, start styling them

* more tasks works

* habits controls

* more work

* tasks icons

* split columns in their own component

* implement tags for tasks

* wip

* add columns description
2017-06-26 23:55:14 +02:00

23 lines
303 B
SCSS

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