Files
optolith-client/js/components/titlebar/TitleBarWrapper.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

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%);
}