Skip to content

Commit

Permalink
Checkboxes width increased
Browse files Browse the repository at this point in the history
- Added more width and changed position accordingly
  • Loading branch information
mmexvr committed Apr 15, 2020
1 parent 202a726 commit 253c943
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/styles/components/_custom-forms.scss
Original file line number Diff line number Diff line change
Expand Up @@ -85,8 +85,8 @@ $custom-switch-indicator-size: calc(#{$custom-control-indicat
.custom-control-input {

&:checked ~ .custom-control-label::after {
width: 1.6rem;
left: -2.7rem;
width: 1.8rem;
left: -2.8rem;
}

&:disabled,
Expand Down

0 comments on commit 253c943

Please sign in to comment.