Fixed select box styling
This commit is contained in:
parent
f917c20581
commit
1a67c86b61
@ -3212,6 +3212,16 @@ html[data-lingua-franca-example="html"] {
|
|||||||
padding-right: 2.25em;
|
padding-right: 2.25em;
|
||||||
@include _(appearance, none);
|
@include _(appearance, none);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
&.small {
|
||||||
|
@include after {
|
||||||
|
font-size: 1em;
|
||||||
|
}
|
||||||
|
|
||||||
|
@include before {
|
||||||
|
font-size: 0.725em;
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
&.full select {
|
&.full select {
|
||||||
@ -3220,6 +3230,8 @@ html[data-lingua-franca-example="html"] {
|
|||||||
}
|
}
|
||||||
|
|
||||||
&.inline-label {
|
&.inline-label {
|
||||||
|
display: inline-block;
|
||||||
|
|
||||||
label {
|
label {
|
||||||
float: left;
|
float: left;
|
||||||
margin-right: 0.5em;
|
margin-right: 0.5em;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user