kgroad-frontend2/src/widgets/report-details/ReportMap/ReportMap.scss

45 lines
671 B
SCSS

.report-map {
width: 100%;
height: 580px;
border-radius: 10px;
.leaflet-popup {
margin-bottom: 30px;
&-content-wrapper {
border-radius: 8px;
max-width: 180px;
}
&-tip,
&-close-button {
display: none;
}
&-content {
padding: 12px 16px;
margin: 0;
text-align: center;
p {
text-decoration: underline;
color: #3998e8;
font-size: 12px;
font-weight: 400;
line-height: 18px;
}
}
}
}
@media screen and (max-width: 770px) {
.report-map {
height: 416px;
}
}
@media screen and (max-width: 550px) {
.report-map {
height: 370px;
}
}