Added Fires page, collection and fire comments
This commit is contained in:
parent
3bf21c8caf
commit
40aedbfdfb
19 changed files with 290 additions and 66 deletions
29
imports/ui/pages/Fires/Fires.scss
Normal file
29
imports/ui/pages/Fires/Fires.scss
Normal file
|
|
@ -0,0 +1,29 @@
|
|||
.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.5em;
|
||||
}
|
||||
|
||||
@media (max-width: 768px) {
|
||||
.leaflet-container {
|
||||
width: 100%;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
.comments-info {
|
||||
font-size: 14px;
|
||||
color: #818182;
|
||||
/* display: inline-flex; */
|
||||
/* background-color: #fefefe;
|
||||
border-color: #fdfdfe;
|
||||
padding: 10px;
|
||||
border-radius: 3px; */
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue