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

This commit is contained in:
Elad Shechter
2022-02-08 09:33:07 +00:00
parent bc063ee6a4
commit b49d8803d7
+1 -1
View File
@@ -622,7 +622,7 @@ input[type=checkbox], input[type=radio] {
}
}
input[type=checkbox]{
input[type=checkbox] {
&:after {border-radius:4px;}
}