Skip to content

Commit f8ddf3c

Browse files
authored
Merge pull request #3017 from statisticsnorway/Popup-styling-syntax-fix
POPUP .header-text isolated
2 parents 3ff8015 + 24a43cd commit f8ddf3c

File tree

1 file changed

+10
-12
lines changed

1 file changed

+10
-12
lines changed

src/main/resources/assets/styles/_popup.scss

Lines changed: 10 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -112,13 +112,17 @@
112112
align-items: center;
113113
padding: 0 20px;
114114
background-color: #00824d;
115-
}
116115

117-
.header-text {
118-
font-family: Roboto, sans-serif !important;
119-
font-size: 16px;
120-
margin: 0;
121-
color: white;
116+
.header-text {
117+
font-family: Roboto, sans-serif !important;
118+
font-size: 16px;
119+
margin: 0;
120+
color: white;
121+
122+
@media (min-width: 768px) {
123+
font-size: 20px;
124+
}
125+
}
122126
}
123127

124128
.close-icon-wrapper {
@@ -200,9 +204,3 @@
200204
outline-offset: 2px;
201205
border-radius: 2px;
202206
}
203-
204-
@media (min-width: 768px) {
205-
.header-text {
206-
font-size: 20px;
207-
}
208-
}

0 commit comments

Comments
 (0)