mirror of
https://github.com/HSLdevcom/digitransit-ui
synced 2025-07-06 01:00:37 +02: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;
|
|
}
|
|
}
|