reduce size of map pin and fix tingle modal problem

This commit is contained in:
邱博亞 2020-11-17 19:02:13 +08:00
parent 487e666374
commit b186ba4efd
2 changed files with 8 additions and 2 deletions

View File

@ -14,6 +14,9 @@
.fa.fa-map-marker{ .fa.fa-map-marker{
font-size: 8vw; font-size: 8vw;
position: relative; position: relative;
@media (min-width: $screen-sm){
font-size: 4vw !important;
}
} }
.popup{ .popup{
color: inherit !important; color: inherit !important;

View File

@ -181,6 +181,10 @@
float: right; float: right;
} }
.tingle-modal-box__content {
overflow-y: scroll;
max-height: 90vh;
}
/* responsive /* responsive
-------------------------------------------------------------- */ -------------------------------------------------------------- */
@ -199,8 +203,7 @@
} }
.tingle-modal-box__content { .tingle-modal-box__content {
overflow-y: scroll; max-height: 80vh !important;
max-height: 80vh;
} }
.tingle-modal--noClose { .tingle-modal--noClose {