mirror of
https://github.com/mdbootstrap/mdb-ui-kit.git
synced 2025-02-21 14:10:39 +03:00
remove unused/format
This commit is contained in:
parent
ee2a265596
commit
3d20f300f2
|
@ -1,6 +1,4 @@
|
|||
// http://www.google.com/design/spec/components/selection-controls.html#selection-controls-checkbox
|
||||
.form-group {
|
||||
}
|
||||
|
||||
.checkbox label,
|
||||
label.checkbox-inline {
|
||||
|
@ -34,7 +32,7 @@ label.checkbox-inline {
|
|||
position: absolute;
|
||||
left: 0;
|
||||
content: "";
|
||||
background-color: rgba(0,0,0,.84);
|
||||
background-color: rgba(0, 0, 0, .84);
|
||||
height: @mdb-checkbox-size;
|
||||
width: @mdb-checkbox-size;
|
||||
border-radius: 100%;
|
||||
|
@ -91,7 +89,8 @@ label.checkbox-inline {
|
|||
|
||||
& + .checkbox-material .check:before {
|
||||
color: @mdb-checkbox-checked-color;
|
||||
box-shadow: 0 0 0 10px,
|
||||
box-shadow:
|
||||
0 0 0 10px,
|
||||
10px -10px 0 10px,
|
||||
32px 0 0 20px,
|
||||
0px 32px 0 20px,
|
||||
|
|
Loading…
Reference in New Issue
Block a user