Skip to content

Commit

Permalink
style: radio alignment and indicator size adjustments (#1937)
Browse files Browse the repository at this point in the history
  • Loading branch information
monicawheeler authored Aug 7, 2024
1 parent 007bc5d commit 4f85b3f
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions packages/sage-assets/lib/stylesheets/components/_radio.scss
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ $-radio-color-focus-outline-error: sage-color(red, 200);
$-radio-button-size: $sage-radio-size;
$-radio-gap-spacing: rem(12px);
$-radio-transition: 0.15s ease-in-out;
$-radio-selected-indicator-size: rem(7px);
$-radio-selected-indicator-size: rem(6px);

// Focus state
$-radio-focus-outline-size: rem(3px);
Expand Down Expand Up @@ -228,10 +228,6 @@ $-radio-focus-outline-color: currentColor;
}
}

.sage-radio & {
margin-top: rem(4px);
}

.sage-sortable & {
margin-top: 0;
}
Expand Down

0 comments on commit 4f85b3f

Please sign in to comment.