mirror of
https://github.com/mdbootstrap/mdb-ui-kit.git
synced 2025-06-02 04:03:16 +03:00
Fixed label padding.
This commit is contained in:
parent
2b39cdcb9d
commit
0abeb5e8de
|
@ -4,6 +4,7 @@
|
||||||
.label {
|
.label {
|
||||||
border-radius: @border-radius-small;
|
border-radius: @border-radius-small;
|
||||||
.variations(~".label", ~"", background-color, @grey);
|
.variations(~".label", ~"", background-color, @grey);
|
||||||
|
padding: .3em .6em .2em;
|
||||||
}
|
}
|
||||||
|
|
||||||
// must be broken out for reuse - webkit selector breaks firefox
|
// must be broken out for reuse - webkit selector breaks firefox
|
||||||
|
@ -347,4 +348,3 @@ select.form-control {
|
||||||
height: 100%;
|
height: 100%;
|
||||||
z-index: 100;
|
z-index: 100;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user