- 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
13 lines
281 B
SCSS
13 lines
281 B
SCSS
.titlebar {
|
|
position: absolute;
|
|
width: 100%;
|
|
z-index: 800;
|
|
}
|
|
|
|
.titlebar-inner {
|
|
height: $titlebar-height;
|
|
width: 100%;
|
|
display: flex;
|
|
position: relative;
|
|
// background: linear-gradient(to bottom, transparentize($background2, .5) 0%, transparentize($background2, 1) 100%);
|
|
} |