Skip to content

Commit

Permalink
Remove unneeded styles
Browse files Browse the repository at this point in the history
  • Loading branch information
jcoyne committed Dec 8, 2023
1 parent 8337b2e commit b4e1ba3
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 25 deletions.
12 changes: 0 additions & 12 deletions app/assets/stylesheets/bootstrap-overrides.scss
Original file line number Diff line number Diff line change
Expand Up @@ -3,18 +3,6 @@ body {
line-height: 1.428571429;
}

.alert {
padding: 10px 15px;
margin: 10px 0;
}

// Temporarily added since
// our modal-dialog is not
// getting its z-index set
.modal-dialog {
z-index: 1040;
}

:root {
--bs-heading-color: var(--bs-gray-dark);
}
10 changes: 1 addition & 9 deletions app/assets/stylesheets/modules/feedback-form.scss
Original file line number Diff line number Diff line change
@@ -1,11 +1,3 @@
#feedback-form {
border-bottom: 3px solid $color-beige-40;
}

.feedback-alert {
color: rgb(204, 0, 0);
font-size: 1.2em;
padding: 10px;
border: 1px solid rgb(204, 0, 0);
margin: 10px 0pt;
}
}
5 changes: 1 addition & 4 deletions app/assets/stylesheets/modules/purl-embed-viewer.scss
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
.purl-embed-viewer {
margin-bottom: 15px;
}

.purl-embed-viewer, .oembedall-closehide {
display: none;
margin-bottom: 15px;
}

.embed-iframe {
Expand Down

0 comments on commit b4e1ba3

Please sign in to comment.