fix bug on field alignment + buttons in admin ok

This commit is contained in:
Gaëlle Morin
2019-11-06 21:28:25 +01:00
parent d4b4a176cd
commit 6ba3ef525d
4 changed files with 10 additions and 12 deletions

View File

@ -38,7 +38,7 @@
flex-direction: column;
}
/*sib-set-default {
sib-set-default {
clear: both;
display: flex;
flex-wrap: wrap;
@ -48,7 +48,7 @@
float: left;
width: 50%;
}
}*/
}
label {
display: flex;

View File

@ -363,7 +363,8 @@ a,
}
&:hover {
background-color: #FFCE51;
background-color: white;
color: #FFCE51;
&.bordered {
border: 1px solid hsl(43, 100%, 50%);