Checkboxes style - update border-radius from 0 to 4px

This commit is contained in:
Elad Shechter
2022-02-08 09:32:22 +00:00
parent b681132b32
commit bc063ee6a4
+1 -1
View File
@@ -623,7 +623,7 @@ input[type=checkbox], input[type=radio] {
}
input[type=checkbox]{
&:after {border-radius:0;}
&:after {border-radius:4px;}
}
.input-copy {