typos #6
1 changed files with 2 additions and 4 deletions
|
@ -150,8 +150,7 @@ checkbox-element {
|
|||
|
||||
input {
|
||||
&[type="checkbox"] {
|
||||
width: 0;
|
||||
height: 0;
|
||||
width: 0; height: 0;
|
||||
visibility: hidden;
|
||||
|
||||
&:not(:checked) {
|
||||
|
@ -195,8 +194,7 @@ radio-element {
|
|||
|
||||
input {
|
||||
&[type="radio"] {
|
||||
width: 0;
|
||||
height: 0;
|
||||
width: 0; height: 0;
|
||||
visibility: hidden;
|
||||
|
||||
&:not(:checked) {
|
||||
|
|
Loading…
Reference in a new issue