Files
5etools-mirror-2.github.io/scss/list-page--grouped.scss
TheGiddyLimit f00d1f3833 v1.201.0
2024-03-10 21:53:34 +00:00

37 lines
411 B
SCSS

@use "includes/vars";
.lst__ {
&item-group-header {
font-size: 14px;
background: vars.$rgb-bg--alt;
}
}
.night-mode .lst__ {
&item-group-header {
background: vars.$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;
}