mirror of
https://github.com/mdbootstrap/mdb-ui-kit.git
synced 2024-11-13 13:17:03 +03:00
remove unused/format
This commit is contained in:
parent
48f12888c5
commit
db38e91bd8
|
@ -1,6 +1,4 @@
|
||||||
// http://www.google.com/design/spec/components/selection-controls.html#selection-controls-checkbox
|
// http://www.google.com/design/spec/components/selection-controls.html#selection-controls-checkbox
|
||||||
.form-group {
|
|
||||||
}
|
|
||||||
|
|
||||||
.checkbox label,
|
.checkbox label,
|
||||||
label.checkbox-inline {
|
label.checkbox-inline {
|
||||||
|
@ -91,7 +89,8 @@ label.checkbox-inline {
|
||||||
|
|
||||||
& + .checkbox-material .check:before {
|
& + .checkbox-material .check:before {
|
||||||
color: @mdb-checkbox-checked-color;
|
color: @mdb-checkbox-checked-color;
|
||||||
box-shadow: 0 0 0 10px,
|
box-shadow:
|
||||||
|
0 0 0 10px,
|
||||||
10px -10px 0 10px,
|
10px -10px 0 10px,
|
||||||
32px 0 0 20px,
|
32px 0 0 20px,
|
||||||
0px 32px 0 20px,
|
0px 32px 0 20px,
|
||||||
|
|
Loading…
Reference in New Issue
Block a user