Skip to content

Commit

Permalink
reorganize files to get styles to apply
Browse files Browse the repository at this point in the history
  • Loading branch information
shanecmiller23 committed Aug 4, 2023
1 parent b3f3bbf commit 38bd6a1
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 7 deletions.
7 changes: 0 additions & 7 deletions themes/geekboot/assets/scss/_accordion.scss
Original file line number Diff line number Diff line change
Expand Up @@ -21,13 +21,6 @@ button.bd-accordion {
margin: 0px !important;
}
}
// Accordion styling
.accordion-button {
font-weight: 900;
}
.accordion-item {
border-width: 2px;
}
.accordion-button:hover, .accordion-button:not(.collapsed):hover {
outline: 2px solid #{$fog-400};
}
Expand Down
8 changes: 8 additions & 0 deletions themes/geekboot/assets/scss/_content.scss
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,14 @@ h3, h4 {
font-size: 1.25rem;
}

// These accordion stylings do not apply correctly when in _accordion
.accordion-button {
font-weight: 900;
}
.accordion-item {
border-width: 2px;
}

// Color theme toggle
.form-check-input:checked {
background-color: #{$aqua-700};
Expand Down

0 comments on commit 38bd6a1

Please sign in to comment.