We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 3ff8015 + 24a43cd commit f8ddf3cCopy full SHA for f8ddf3c
src/main/resources/assets/styles/_popup.scss
@@ -112,13 +112,17 @@
112
align-items: center;
113
padding: 0 20px;
114
background-color: #00824d;
115
-}
116
117
-.header-text {
118
- font-family: Roboto, sans-serif !important;
119
- font-size: 16px;
120
- margin: 0;
121
- color: white;
+ .header-text {
+ font-family: Roboto, sans-serif !important;
+ font-size: 16px;
+ margin: 0;
+ color: white;
+
122
+ @media (min-width: 768px) {
123
+ font-size: 20px;
124
+ }
125
126
}
127
128
.close-icon-wrapper {
@@ -200,9 +204,3 @@
200
204
outline-offset: 2px;
201
205
border-radius: 2px;
202
206
203
-
-@media (min-width: 768px) {
- .header-text {
- font-size: 20px;
207
- }
208
0 commit comments