digitransit-ui/app/component/app-bar-hsl.scss
2024-01-20 08:20:36 +02:00

12 lines
197 B
SCSS

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