chevrons ok

This commit is contained in:
Gaelle Morin
2018-12-10 12:07:14 +01:00
parent a192db463c
commit 4c25b87020
2 changed files with 9 additions and 3 deletions

View File

@ -324,6 +324,10 @@ hdapp-available {
grid-template-columns: 50% 50%;
grid-template-rows: 3.5em 3.5em;
sib-form-label-text {
display: flex;
}
label {
flex-basis: 5em;
flex-shrink: 0;
@ -332,6 +336,7 @@ hdapp-available {
input, select {
flex-grow: 1;
min-width: 0;
box-shadow: 0 0 5px 0 rgba(133, 140, 148, 0.09);
}
input[type="submit"] {
@ -460,3 +465,4 @@ label {
}
}
*/