Skip to content

Commit

Permalink
collections page and importers page style bug fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
maxturer committed Nov 9, 2023
1 parent 09c6457 commit 8044b62
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
// Styling accordions on about & help to match GW conventions
.collapse,
.collapsing {
max-height: 50vh;
.accordion-title {
font-weight: 400;
}

.accordion {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,10 @@ body.dashboard {
border-top: 2px solid transparent;
border-bottom: none;
}

&:focus {
background-color: transparent;
}
}

.nav-tabs > li {
Expand Down

0 comments on commit 8044b62

Please sign in to comment.