mirror of
https://github.com/HSLdevcom/digitransit-ui
synced 2025-12-21 14:00:08 +01:00
12 lines
197 B
SCSS
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;
|
|
}
|
|
}
|