Skip to content

Commit

Permalink
#76 Udpate top bar heading styles
Browse files Browse the repository at this point in the history
  • Loading branch information
tdziezykDS committed Nov 23, 2023
1 parent 025275c commit ecfa29f
Showing 1 changed file with 11 additions and 3 deletions.
14 changes: 11 additions & 3 deletions common/modal/modal.css
Original file line number Diff line number Diff line change
Expand Up @@ -69,15 +69,17 @@
margin: 0 16px;
gap: 10px;
min-height: var(--top-bar-height);
align-items: center;
align-items: flex-start;
width: 100%;
padding: 32px 0;
}

.modal-top-bar-heading {
font-family: var(--ff-volvo-novum);
font-size: var(--f-heading-5-font-size);
line-height: var(--f-heading-5-line-height);
font-size: var(--f-subtitle-1-font-size);
line-height: var(--f-subtitle-1-line-height);
letter-spacing: var(--f-subtitle-1-letter-spacing);
align-self: center;
margin: 0;
}

Expand Down Expand Up @@ -153,6 +155,12 @@
.modal-top-bar-content {
margin: 0 32px;
}

.modal-top-bar-heading {
font-size: var(--f-heading-6-font-size);
line-height: var(--f-heading-6-line-height);
letter-spacing: var(--f-heading-6-letter-spacing);
}
}

@media (min-width: 1200px) {
Expand Down

0 comments on commit ecfa29f

Please sign in to comment.