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{
|
.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;
|
||||||
|
|
|
@ -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 {
|
||||||
|
|
Loading…
Reference in New Issue