Fix lint errors.

This commit is contained in:
orangemug 2017-04-02 18:42:27 +01:00
parent 6b22ba2707
commit 32aa8b0e1f

View file

@ -10,10 +10,13 @@
.maputnik-modal-section {
padding-top: $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> */
min-height: 0;
@include flex-column;
flex-shrink: 0;
}
.maputnik-modal-section--shrink {
@ -38,8 +41,9 @@
.maputnik-modal-content {
padding: $margin-3;
@include flex-column;
max-height: 90vh;
@include flex-column;
}
.maputnik-modal-header-space {
@ -211,8 +215,8 @@
}
.maputnik-modal-error {
border: solid 2px #EF5350;
color: #EF5350;
border: solid 2px #ef5350;
color: #ef5350;
padding: 8px;
padding-right: 32px;
position: relative;