mirror of
https://github.com/mdbootstrap/mdb-ui-kit.git
synced 2024-11-27 03:54:13 +03:00
fixed checkboxes inside lists
This commit is contained in:
parent
4aafcd756e
commit
ba7db57bc0
|
@ -27,6 +27,7 @@
|
||||||
&:before {
|
&:before {
|
||||||
display: block;
|
display: block;
|
||||||
position: absolute;
|
position: absolute;
|
||||||
|
left: 0;
|
||||||
content: "";
|
content: "";
|
||||||
background-color: rgba(0,0,0,.84);
|
background-color: rgba(0,0,0,.84);
|
||||||
height: @checkbox-size;
|
height: @checkbox-size;
|
||||||
|
|
|
@ -41,6 +41,9 @@
|
||||||
margin-right: -7px;
|
margin-right: -7px;
|
||||||
margin-top: 5px;
|
margin-top: 5px;
|
||||||
margin-bottom: -5px;
|
margin-bottom: -5px;
|
||||||
|
.checkbox-material {
|
||||||
|
left: -10px;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
.row-content {
|
.row-content {
|
||||||
|
|
Loading…
Reference in New Issue
Block a user