Skip to content

Commit

Permalink
Merge pull request #8572 from cfpb/ans_event_overrides
Browse files Browse the repository at this point in the history
Events - Organize overrides
  • Loading branch information
anselmbradford authored Sep 12, 2024
2 parents 456984c + 0cbb7dc commit 8301db7
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions cfgov/unprocessed/css/on-demand/event.scss
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,6 @@

.datetime {
@include h5;
text-transform: uppercase;
}

.event-meta__address {
Expand Down Expand Up @@ -158,10 +157,12 @@
}

.modification-date {
@include h6;
background: var(--green-20);
color: var(--black);
letter-spacing: 0;
padding: math.div(9px, $base-font-size-px) + rem;
text-align: center;

@include h6;
// Override for h6 letter-spacing
letter-spacing: 0;
}

0 comments on commit 8301db7

Please sign in to comment.