Partially reverts 07f157a to fix add buttons.

pull/4182/merge
Bertrand Bordage 2018-01-08 15:09:54 +01:00
rodzic 58a88c380c
commit bffd5a2c45
1 zmienionych plików z 8 dodań i 0 usunięć

Wyświetl plik

@ -71,6 +71,14 @@ header {
padding-bottom: 0;
}
.button {
background-color: $color-teal-darker;
&:hover {
background-color: $color-teal-dark;
}
}
label {
@include visuallyhidden();
}