Files
optolith-client/js/views/Router.scss
T
Lukas Obermann 0602f421ba Cleaned up SCSS and character sheet print
- Normalized many SCSS files as deep as possible
- Fixed print css to display all 6 pages
- Fixed sheet header to match original sheet header
- Fixed issue with range property for ranged items
2016-12-26 16:16:49 +13:00

15 lines
229 B
SCSS

html, body, #bodywrapper, #body {
@extend %max-size-relative;
margin: 0;
overflow: hidden;
padding: 0;
position: relative;
}
#body {
cursor: default;
background: $background1;
display: flex;
font: 14px/23px Alegreya;
}