Skip to content

Commit

Permalink
Merge pull request #138 from scania/improvement/checkbox_size
Browse files Browse the repository at this point in the history
Checkboxes width increased
  • Loading branch information
Ela Yudhanira authored Apr 15, 2020
2 parents ba58995 + 253c943 commit 1f4dc3c
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 1f4dc3c

Please sign in to comment.