Skip to content

Commit

Permalink
Merge pull request #251 from KPMP/KPMP-5244_fix-sv-accordions
Browse files Browse the repository at this point in the history
copy accordion-button stylings from hydra-web
  • Loading branch information
HaneenT authored Mar 27, 2024
2 parents b542467 + 87003a3 commit 3aba565
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion src/index.scss
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@

$accordion-button-active-color: black;
$accordion-button-color: black;
$accordion-icon-width: .8125rem;

//pass variable overrides
@import "../node_modules/bootstrap/scss/variables";
Expand Down Expand Up @@ -565,4 +566,9 @@ th[title='Pixels Type'], th[title='Pixels Type'] + td {
--bs-accordion-border-color: #dee2e6;
}


.accordion-button{
height: .25rem !important;
font-size: .8125rem !important;
--bs-accordion-body-padding-y: .5rem !important;
font-weight: 500;
}

0 comments on commit 3aba565

Please sign in to comment.