fix bug on field alignment + buttons in admin ok
This commit is contained in:
@ -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;
|
||||
|
@ -363,7 +363,8 @@ a,
|
||||
}
|
||||
|
||||
&:hover {
|
||||
background-color: #FFCE51;
|
||||
background-color: white;
|
||||
color: #FFCE51;
|
||||
|
||||
&.bordered {
|
||||
border: 1px solid hsl(43, 100%, 50%);
|
||||
|
Reference in New Issue
Block a user