Skip to content

Commit

Permalink
some colors are default from component-library
Browse files Browse the repository at this point in the history
  • Loading branch information
peetucket committed Sep 3, 2024
1 parent b48fc69 commit 19fd242
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions app/assets/stylesheets/earthworks.css
Original file line number Diff line number Diff line change
Expand Up @@ -208,11 +208,10 @@ Uncomment lines 142-144

.expand-collapse .btn-outline-primary {
display: flex;
--bs-btn-hover-color: var(--stanford-digital-blue-dark);
--bs-btn-hover-border-color: var(--stanford-digital-blue-dark);
--bs-btn-active-color: white;
--bs-btn-active-bg: var(--stanford-digital-blue-darker);
--bs-btn-active-border-color: var(--stanford-digital-blue-darker);
&.active {
color: white;
background-color: var(--stanford-digital-blue-darker);
}
}

.expand-collapse i {
Expand Down

0 comments on commit 19fd242

Please sign in to comment.