Skip to content

Commit

Permalink
style fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
kayla-glick committed Jun 10, 2024
1 parent 59f8bce commit 1ad5a23
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion ui/scss/shared/_variables.scss
Original file line number Diff line number Diff line change
Expand Up @@ -298,7 +298,7 @@ $form-check-input-focus-border: $input-focus-border-color;
$form-check-input-focus-box-shadow: 0 0 0.25rem $primary;
$form-check-input-checked-bg-color: $primary;
$form-check-input-checked-bg-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'><path fill='none' stroke='#{color-contrast($primary)}' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='m6 10 3 3 6-6'/></svg>");
$form-check-input-checked-border-color: $primary;
$form-check-input-checked-border-color: var(--bs-primary);
$form-check-padding-start: $form-check-input-width;

$form-label-margin-bottom: 0.25rem;
Expand All @@ -314,6 +314,9 @@ $form-select-focus-box-shadow: 0 0 0.25rem color-mix(in srgb, $body-bg, $white 2
$form-select-font-size: var(--content-font-size);
$form-select-indicator: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'><path fill='none' stroke='white' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/></svg>");

$form-text-color: $gray-600;
$form-text-font-size: var(--content-font-size);

// Modal
$modal-content-bg: $body-bg;
$modal-content-border-color: $input-border-color;
Expand Down

0 comments on commit 1ad5a23

Please sign in to comment.