mirror of
https://github.com/Kornstalx/5etools-mirror-2.github.io.git
synced 2025-10-28 20:45:35 -05:00
38 lines
440 B
SCSS
38 lines
440 B
SCSS
@use "vars/vars";
|
|
@use "vars/vars-night";
|
|
|
|
.lst__ {
|
|
&item-group-header {
|
|
font-size: 14px;
|
|
background: vars.$rgb-bg--alt;
|
|
}
|
|
}
|
|
|
|
.ve-night-mode .lst__ {
|
|
&item-group-header {
|
|
background: vars-night.$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;
|
|
}
|