Skip to content

Commit

Permalink
Merge pull request #453 from gwu-libraries/t451-styling-on-edit-user-…
Browse files Browse the repository at this point in the history
…collection-page

t451 + t452 collections page and importers page style bug fixes
  • Loading branch information
maxturer authored Nov 9, 2023
2 parents 09c6457 + 8044b62 commit 7f7617b
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 7f7617b

Please sign in to comment.