1
0
Fork 0
mirror of synced 2024-06-29 19:50:26 +12:00

update checkbox style to square

This commit is contained in:
Elad Shechter 2022-02-07 17:31:02 +00:00
parent f57a48d7a3
commit 47baed87e9
3 changed files with 6 additions and 2 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View file

@ -622,6 +622,10 @@ input[type=checkbox], input[type=radio] {
}
}
input[type=checkbox]{
&:after {border-radius:0;}
}
.input-copy {
position: relative;