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 */
|