- 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
15 lines
229 B
SCSS
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;
|
|
}
|