alpes-maritimes: fix buttons hover color and wrapping (#25451)

This commit is contained in:
Elias Showk 2018-07-24 10:09:39 +02:00
parent f95077b455
commit 8c37589fb3
2 changed files with 1 additions and 2 deletions

View File

@ -42,7 +42,6 @@
font-weight: bold;
text-align: center;
vertical-align: middle;
white-space: nowrap;
}
.fargo-pick-popup button,

View File

@ -19,7 +19,7 @@ $button-background: #00727E;
$button-color: #FFF;
$button-border: none;
$button-hover-background: #00444B;
$button-hover-color: #000;
$button-hover-color: #FFF;
$title-background: transparent;
$title-color: #0091A1;
$title-weight: bold;