saone-et-loire-cd71-2019: style all cancel buttons

This commit is contained in:
Frédéric Péters 2019-08-20 09:31:29 +02:00
parent 84627b5d17
commit d91925cebd
1 changed files with 15 additions and 7 deletions

View File

@ -3,6 +3,21 @@
box-shadow: none;
font-weight: bold;
text-transform: uppercase;
&:hover {
box-shadow: none;
}
}
%cancel-button {
@extend %cancel-button;
background: white;
border: 1px solid #ccc;
color: #666;
font-weight: normal;
&:hover {
background: #eee;
color: #666;
}
}
#footer-wrapper {
@ -189,13 +204,6 @@ div#rub_service {
-ms-order: 2;
order: 2;
}
.cancel-button button {
background: white;
border: 1px solid #ccc;
color: #666;
box-shadow: none;
font-weight: normal;
}
.savedraft-button {
display: none;
}