Files
deck/css/comp-13.scss
Julius Härtl bf9811bf11 Add CSS rules for 13 to be backward compatible
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2018-07-27 00:06:33 +02:00

30 lines
357 B
SCSS

#content-wrapper #content {
height: 100%;
}
#app-content {
flex-grow: 1;
height: 100%;
}
#app-sidebar {
right: -500px;
max-width: 100%;
width: 500px;
display:flex;
flex-direction: column;
&.details-visible {
right: 0;
}
}
#app-content {
&.details-visible {
margin-right: 500px;
}
}
#content[class*='app-'] * {
box-sizing: border-box;
}