Skip to content

Commit

Permalink
style h2 on /reports
Browse files Browse the repository at this point in the history
  • Loading branch information
protitude committed Nov 12, 2024
1 parent d46894b commit 93ff403
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion components/04-templates/_oda_reports.scss
Original file line number Diff line number Diff line change
Expand Up @@ -233,7 +233,7 @@
border: 1px solid $gray-light;
margin-bottom: 3rem;
padding: 0 1rem;
min-height: 70px;
min-height: 80px;

button {
color: $gray-darker;
Expand Down Expand Up @@ -317,6 +317,15 @@
top: 81px;
left: 0;
z-index: -1;
h2 {
display: inline-block;
font-weight: normal;
margin-right: .5rem;
border-bottom: none;
span {
border-bottom: none;
}
}
}

.layout {
Expand Down

0 comments on commit 93ff403

Please sign in to comment.