Skip to content

Commit

Permalink
.header-text isolated
Browse files Browse the repository at this point in the history
  • Loading branch information
Carl-OW committed Nov 5, 2024
1 parent 3ff8015 commit 24a43cd
Showing 1 changed file with 10 additions and 12 deletions.
22 changes: 10 additions & 12 deletions src/main/resources/assets/styles/_popup.scss
Original file line number Diff line number Diff line change
Expand Up @@ -112,13 +112,17 @@
align-items: center;
padding: 0 20px;
background-color: #00824d;
}

.header-text {
font-family: Roboto, sans-serif !important;
font-size: 16px;
margin: 0;
color: white;
.header-text {
font-family: Roboto, sans-serif !important;
font-size: 16px;
margin: 0;
color: white;

@media (min-width: 768px) {
font-size: 20px;
}
}
}

.close-icon-wrapper {
Expand Down Expand Up @@ -200,9 +204,3 @@
outline-offset: 2px;
border-radius: 2px;
}

@media (min-width: 768px) {
.header-text {
font-size: 20px;
}
}

0 comments on commit 24a43cd

Please sign in to comment.