fix checkbox form object

This commit is contained in:
Quentin Hocdé
2018-03-28 09:45:55 -04:00
parent c2947dbdd3
commit 33c6442bdf

View File

@@ -65,7 +65,6 @@ $checkbox-icon-color: $input-icon-color;
padding-left: ($checkbox + rem(10px));
&::before, &::after {
@extend .o-input;
position: absolute;
top: 50%;
@@ -78,6 +77,10 @@ $checkbox-icon-color: $input-icon-color;
content: "";
}
&::before {
background-color: $white;
}
&::after {
border-color: transparent;
background-color: transparent;