mirror of
https://github.com/mdbootstrap/mdb-ui-kit.git
synced 2024-11-11 20:28:14 +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 {
|
||||||
|
@ -29,12 +27,12 @@ label.checkbox-inline {
|
||||||
vertical-align: middle;
|
vertical-align: middle;
|
||||||
position: relative;
|
position: relative;
|
||||||
top: 3px;
|
top: 3px;
|
||||||
&:before { // FIXME: document why this is necessary (doesn't seem to be on chrome)
|
&:before { // FIXME: document why this is necessary (doesn't seem to be on chrome)
|
||||||
display: block;
|
display: block;
|
||||||
position: absolute;
|
position: absolute;
|
||||||
left: 0;
|
left: 0;
|
||||||
content: "";
|
content: "";
|
||||||
background-color: rgba(0,0,0,.84);
|
background-color: rgba(0, 0, 0, .84);
|
||||||
height: @mdb-checkbox-size;
|
height: @mdb-checkbox-size;
|
||||||
width: @mdb-checkbox-size;
|
width: @mdb-checkbox-size;
|
||||||
border-radius: 100%;
|
border-radius: 100%;
|
||||||
|
@ -91,11 +89,12 @@ 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,
|
||||||
-5px 5px 0 10px,
|
-5px 5px 0 10px,
|
||||||
20px -12px 0 11px;
|
20px -12px 0 11px;
|
||||||
animation: checkbox-on @mdb-checkbox-animation-check forwards;
|
animation: checkbox-on @mdb-checkbox-animation-check forwards;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user