Skip to content

Commit

Permalink
Remove calc / revert PLAY-1414 changes for height var
Browse files Browse the repository at this point in the history
  • Loading branch information
kangaree committed Aug 29, 2024
1 parent 9a5de84 commit e8c7fa5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion playbook/app/pb_kits/playbook/pb_toggle/_toggle.scss
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ $transition: .2s ease-in-out;
[class^=pb_toggle_kit] {
position: relative;
$width: 44px;
$height: calc($width / 2);
$height: $width / 2;
$border_success: 3px solid $color_checkbox_success;
$border_default: 3px solid $color_checkbox_default;

Expand Down

0 comments on commit e8c7fa5

Please sign in to comment.