mirror of
https://github.com/mdbootstrap/mdb-ui-kit.git
synced 2024-11-11 20:28:14 +03:00
grunt
This commit is contained in:
parent
6fabda4e8b
commit
e90a3e9ee1
5
dist/css/bootstrap-material-design.css
vendored
5
dist/css/bootstrap-material-design.css
vendored
|
@ -1621,6 +1621,7 @@ output {
|
|||
}
|
||||
.label {
|
||||
border-radius: 1px;
|
||||
padding: .3em .6em;
|
||||
}
|
||||
.label,
|
||||
.label.label-default {
|
||||
|
@ -1847,7 +1848,6 @@ label {
|
|||
label.control-label {
|
||||
font-size: 12px;
|
||||
line-height: 1.07142857;
|
||||
color: #BDBDBD;
|
||||
font-weight: 400;
|
||||
margin: 16px 0 0 0;
|
||||
}
|
||||
|
@ -1891,7 +1891,6 @@ label.control-label {
|
|||
.form-group label.control-label {
|
||||
font-size: 12px;
|
||||
line-height: 1.07142857;
|
||||
color: #BDBDBD;
|
||||
font-weight: 400;
|
||||
margin: 16px 0 0 0;
|
||||
}
|
||||
|
@ -1955,7 +1954,6 @@ label.control-label {
|
|||
.form-group.form-group-sm label.control-label {
|
||||
font-size: 9px;
|
||||
line-height: 1.125;
|
||||
color: #BDBDBD;
|
||||
font-weight: 400;
|
||||
margin: 16px 0 0 0;
|
||||
}
|
||||
|
@ -2019,7 +2017,6 @@ label.control-label {
|
|||
.form-group.form-group-lg label.control-label {
|
||||
font-size: 14px;
|
||||
line-height: 0.99999998;
|
||||
color: #BDBDBD;
|
||||
font-weight: 400;
|
||||
margin: 16px 0 0 0;
|
||||
}
|
||||
|
|
2
dist/css/bootstrap-material-design.css.map
vendored
2
dist/css/bootstrap-material-design.css.map
vendored
File diff suppressed because one or more lines are too long
2
dist/css/bootstrap-material-design.min.css
vendored
2
dist/css/bootstrap-material-design.min.css
vendored
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
|
@ -6,6 +6,7 @@
|
|||
.label {
|
||||
border-radius: $border-radius-small;
|
||||
@include variations(unquote(".label"), unquote(""), background-color, $grey);
|
||||
padding: .3em .6em; // Make top & bottom .label padding the same: https://github.com/twbs/bootstrap/pull/19631
|
||||
}
|
||||
|
||||
// must be broken out for reuse - webkit selector breaks firefox
|
||||
|
@ -47,7 +48,6 @@
|
|||
label.control-label {
|
||||
font-size: $static-font-size;
|
||||
line-height: $static-line-height;
|
||||
color: $mdb-input-placeholder-color;
|
||||
font-weight: 400;
|
||||
margin: 16px 0 0 0; // std and lg
|
||||
}
|
||||
|
@ -352,4 +352,3 @@ select.form-control {
|
|||
height: 100%;
|
||||
z-index: 100;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user