mirror of
https://github.com/a-nyx/maputnik-with-pmtiles.git
synced 2024-12-29 07:20:29 +01:00
Merge pull request #447 from orangemug/fix/lock-logo-size-in-survey-popup
Fix the size of the logo in the survey modal
This commit is contained in:
commit
2d6f91d0cd
2 changed files with 4 additions and 1 deletions
|
@ -3,6 +3,7 @@
|
||||||
src: url('../fonts/Roboto-Regular.ttf') format('truetype');
|
src: url('../fonts/Roboto-Regular.ttf') format('truetype');
|
||||||
font-weight: normal;
|
font-weight: normal;
|
||||||
font-style: normal;
|
font-style: normal;
|
||||||
|
font-display: swap;
|
||||||
}
|
}
|
||||||
|
|
||||||
@font-face {
|
@font-face {
|
||||||
|
@ -10,6 +11,7 @@
|
||||||
src: url('../fonts/Roboto-Medium.ttf') format('truetype');
|
src: url('../fonts/Roboto-Medium.ttf') format('truetype');
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
font-style: normal;
|
font-style: normal;
|
||||||
|
font-display: swap;
|
||||||
}
|
}
|
||||||
|
|
||||||
html {
|
html {
|
||||||
|
|
|
@ -247,12 +247,13 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.maputnik-modal-survey {
|
.maputnik-modal-survey {
|
||||||
width: 372px;
|
width: 400px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.maputnik-modal-survey__logo {
|
.maputnik-modal-survey__logo {
|
||||||
display: block;
|
display: block;
|
||||||
margin: 0 auto;
|
margin: 0 auto;
|
||||||
|
height: 128px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.maputnik-modal-survey__description {
|
.maputnik-modal-survey__description {
|
||||||
|
|
Loading…
Reference in a new issue