11 lines
150 B
SCSS
Executable File
11 lines
150 B
SCSS
Executable File
/* Dropdowns */
|
|
|
|
.dropdown-menu {
|
|
font-size: $default-font-size;
|
|
.dropdown-item {
|
|
&:active {
|
|
background: initial;
|
|
}
|
|
}
|
|
}
|