mirror of
https://github.com/OneUptime/oneuptime.git
synced 2026-04-06 00:32:12 +02:00
9 lines
203 B
SCSS
9 lines
203 B
SCSS
|
|
@use '../../../../Styles/BrandColors.scss';
|
|
|
|
.dropdownButton > .button{
|
|
&:hover {
|
|
background: BrandColors.$color-black !important;
|
|
color: BrandColors.$color-white !important;
|
|
}
|
|
} |