31 lines
No EOL
576 B
SCSS
31 lines
No EOL
576 B
SCSS
@import '../../stylesheets/colors';
|
|
@import '../../stylesheets/mixins';
|
|
|
|
.fire-leaflet-container {
|
|
min-height: 30vh;
|
|
min-width: 40vw;
|
|
width: 50%;
|
|
margin: 0 0 10px 10px !important;
|
|
display: flex;
|
|
float: right !important;
|
|
}
|
|
|
|
.ViewFire > h4.page-header {
|
|
line-height: 1.3em;
|
|
}
|
|
|
|
@media (max-width: 768px) {
|
|
.fire-leaflet-container {
|
|
width: 100%;
|
|
}
|
|
}
|
|
|
|
.comments-info {
|
|
font-size: 14px;
|
|
color: $light;
|
|
/* display: inline-flex; */
|
|
/* background-color: #fefefe;
|
|
border-color: #fdfdfe;
|
|
padding: 10px;
|
|
border-radius: 3px; */
|
|
} |