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{
font-size: 8vw;
position: relative;
@media (min-width: $screen-sm){
font-size: 4vw !important;
}
}
.popup{
color: inherit !important;

View File

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