mirror of
https://github.com/sudoxnym/habitica.git
synced 2026-08-04 09:39:23 +00:00
* 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
23 lines
303 B
SCSS
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;
|
|
}
|