digitransit-ui/app/component/AppBarHsl.scss

12 lines
217 B
SCSS

.hslfi-cb__button-primary {
&:hover {
background-color: #0062A1 !important;
color: white !important;
}
}
.hslfi-cb__button-secondary {
&:hover {
color: #0062A1 !important;
}
}