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