Files
5etools-mirror-2.github.io/scss/list-page--grouped.scss
TheGiddyLimit 8117ebddc5 v1.198.1
2024-01-01 19:34:49 +00:00

37 lines
404 B
SCSS

@import "includes/vars";
.lst__ {
&item-group-header {
font-size: 14px;
background: $rgb-bg--alt;
}
}
.night-mode .lst__ {
&item-group-header {
background: $rgb-bg--alt-night;
}
}
#listcontainer {
flex: 3;
}
#tablecontainer {
flex: 7;
display: flex;
flex-direction: column;
}
#contentwrapper {
overflow-y: auto;
}
.search-box {
margin-bottom: 5px;
}
.rolltable {
display: flex;
}