mirror of
https://github.com/mdbootstrap/mdb-ui-kit.git
synced 2025-02-12 01:30:38 +03:00
recompiled css
This commit is contained in:
parent
005bfeb7e6
commit
cd312cc1a1
|
@ -451,7 +451,7 @@ h6,
|
||||||
opacity: 0;
|
opacity: 0;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
}
|
}
|
||||||
.checkbox label .box {
|
.checkbox label .check {
|
||||||
border: 2px solid rgba(0, 0, 0, 0.84);
|
border: 2px solid rgba(0, 0, 0, 0.84);
|
||||||
height: 20px;
|
height: 20px;
|
||||||
width: 20px;
|
width: 20px;
|
||||||
|
@ -534,7 +534,7 @@ h6,
|
||||||
.checkbox input[type=checkbox] {
|
.checkbox input[type=checkbox] {
|
||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
.checkbox input[type=checkbox] ~ .box {
|
.checkbox input[type=checkbox] ~ .check {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
top: 0px;
|
top: 0px;
|
||||||
left: 0px;
|
left: 0px;
|
||||||
|
@ -548,7 +548,7 @@ h6,
|
||||||
-o-animation: uncheck 300ms ease-out forwards;
|
-o-animation: uncheck 300ms ease-out forwards;
|
||||||
animation: uncheck 300ms ease-out forwards;
|
animation: uncheck 300ms ease-out forwards;
|
||||||
}
|
}
|
||||||
.checkbox input[type=checkbox]:checked ~ .box {
|
.checkbox input[type=checkbox]:checked ~ .check {
|
||||||
-webkit-animation: check 300ms ease-out forwards;
|
-webkit-animation: check 300ms ease-out forwards;
|
||||||
-moz-animation: check 300ms ease-out forwards;
|
-moz-animation: check 300ms ease-out forwards;
|
||||||
-ms-animation: check 300ms ease-out forwards;
|
-ms-animation: check 300ms ease-out forwards;
|
||||||
|
@ -569,7 +569,7 @@ h6,
|
||||||
-o-animation: rippleOn 500ms;
|
-o-animation: rippleOn 500ms;
|
||||||
animation: rippleOn 500ms;
|
animation: rippleOn 500ms;
|
||||||
}
|
}
|
||||||
.checkbox input[type=checkbox][disabled]:not(:checked) ~ .box {
|
.checkbox input[type=checkbox][disabled]:not(:checked) ~ .check {
|
||||||
opacity: 0.5;
|
opacity: 0.5;
|
||||||
}
|
}
|
||||||
.checkbox input[type=checkbox][disabled] ~ .ripple {
|
.checkbox input[type=checkbox][disabled] ~ .ripple {
|
||||||
|
|
Loading…
Reference in New Issue
Block a user