mirror of
https://github.com/Kornstalx/5etools-mirror-2.github.io.git
synced 2025-10-28 20:45:35 -05:00
12 lines
146 B
SCSS
12 lines
146 B
SCSS
label {
|
|
margin-bottom: 0;
|
|
display: block;
|
|
}
|
|
|
|
/* region typeahead */
|
|
ul.typeahead li a {
|
|
display: flex;
|
|
align-items: center;
|
|
}
|
|
/* endregion */
|