mirror of
https://github.com/a-nyx/maputnik-with-pmtiles.git
synced 2025-01-01 03:23:15 +01:00
Fix lint errors.
This commit is contained in:
parent
6b22ba2707
commit
32aa8b0e1f
1 changed files with 9 additions and 5 deletions
|
@ -10,10 +10,13 @@
|
||||||
.maputnik-modal-section {
|
.maputnik-modal-section {
|
||||||
padding-top: $margin-3;
|
padding-top: $margin-3;
|
||||||
padding-bottom: $margin-3;
|
padding-bottom: $margin-3;
|
||||||
@include flex-column;
|
|
||||||
flex-shrink: 0;
|
|
||||||
/* Bug fix: <http://stackoverflow.com/questions/28636832/firefox-overflow-y-not-working-with-nested-flexbox> */
|
/* Bug fix: <http://stackoverflow.com/questions/28636832/firefox-overflow-y-not-working-with-nested-flexbox> */
|
||||||
min-height: 0;
|
min-height: 0;
|
||||||
|
|
||||||
|
@include flex-column;
|
||||||
|
|
||||||
|
flex-shrink: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
.maputnik-modal-section--shrink {
|
.maputnik-modal-section--shrink {
|
||||||
|
@ -38,8 +41,9 @@
|
||||||
|
|
||||||
.maputnik-modal-content {
|
.maputnik-modal-content {
|
||||||
padding: $margin-3;
|
padding: $margin-3;
|
||||||
@include flex-column;
|
|
||||||
max-height: 90vh;
|
max-height: 90vh;
|
||||||
|
|
||||||
|
@include flex-column;
|
||||||
}
|
}
|
||||||
|
|
||||||
.maputnik-modal-header-space {
|
.maputnik-modal-header-space {
|
||||||
|
@ -211,8 +215,8 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.maputnik-modal-error {
|
.maputnik-modal-error {
|
||||||
border: solid 2px #EF5350;
|
border: solid 2px #ef5350;
|
||||||
color: #EF5350;
|
color: #ef5350;
|
||||||
padding: 8px;
|
padding: 8px;
|
||||||
padding-right: 32px;
|
padding-right: 32px;
|
||||||
position: relative;
|
position: relative;
|
||||||
|
|
Loading…
Reference in a new issue