app change
This commit is contained in:
@ -25,7 +25,17 @@
|
||||
}
|
||||
}
|
||||
|
||||
>input[type="checkbox"] {
|
||||
&.radiobox-wrapper {
|
||||
.check-box-inner {
|
||||
box-sizing: border-box;
|
||||
border-radius: 8px;
|
||||
width: 16px;
|
||||
height: 16px;
|
||||
}
|
||||
}
|
||||
|
||||
>input[type="checkbox"],
|
||||
>input[type="radio"] {
|
||||
display: none;
|
||||
|
||||
&:checked+.check-box-inner {
|
||||
|
Reference in New Issue
Block a user