🎨 Style du bouton de validation de saisie

pull/138/head
mama 2017-11-27 15:27:29 +01:00
parent 54291e036d
commit 25c4f2e8c3
1 changed files with 5 additions and 1 deletions

View File

@ -313,6 +313,10 @@ fieldset > .ignore {
font-size: 120%;
}
.step input:not(.suffixed) {
margin-right: 1em;
}
.step label.suffix {
font-size: 110%;
vertical-align: baseline;
@ -414,7 +418,7 @@ fieldset > .ignore {
.step .send .text {
text-transform: uppercase;
font-size: 90%;
font-size: 115%;
line-height: 2em;
}