mirror of
https://github.com/Kornstalx/5etools-mirror-2.github.io.git
synced 2025-10-28 20:45:35 -05:00
v1.198.1
This commit is contained in:
36
scss/list-page--grouped.scss
Normal file
36
scss/list-page--grouped.scss
Normal file
@@ -0,0 +1,36 @@
|
||||
@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;
|
||||
}
|
||||
Reference in New Issue
Block a user