reduce size of map pin and fix tingle modal problem
This commit is contained in:
parent
487e666374
commit
b186ba4efd
|
@ -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;
|
||||
|
|
|
@ -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 {
|
||||
|
|
Loading…
Reference in New Issue