Skip to content

Commit

Permalink
styles: Add border to light button #TASK-7216 #TASK-7100
Browse files Browse the repository at this point in the history
  • Loading branch information
jmjuanes committed Jan 9, 2025
1 parent 542fd40 commit 4323d20
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions styles/jsorolla-ui.scss
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,12 @@ body {
--bs-dropdown-item-border-radius: var(--bs-border-radius-sm);
}

// override button styles
.btn-light {
--bs-btn-border-color: #{$gray-200};
--bs-btn-border-width: #{$border-width};
}

// additional color utilities
// Note: the $grays map is a Sass map that contains all the gray colors
@each $shade,$color in $grays {
Expand Down

0 comments on commit 4323d20

Please sign in to comment.