nidus-sync/scss/rmo/mailer.scss
Eli Ribble 5e7c547670
Fix map display on RMO status-by-id page
This involves rebuilding the "publicreport.report_location" view after
making a bunch of changes to making publicreport.water the consistent
name (over pool) throughout RMA tables.
2026-03-11 14:59:04 +00:00

50 lines
802 B
SCSS

body {
background-color: #f8f9fa;
}
.page-container {
max-width: 600px;
margin: 0 auto;
padding: 20px;
}
.content-card {
background-color: white;
border-radius: 15px;
box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
padding: 25px;
margin-bottom: 20px;
}
.logo-area {
text-align: center;
margin-bottom: 20px;
}
.logo-placeholder {
height: 50px;
max-width: 200px;
margin: 0 auto;
}
.map-container {
height: 300px;
background-color: #e9ecef;
border-radius: 10px;
margin-bottom: 20px;
position: relative;
overflow: hidden;
}
.address-container {
background-color: #f8f9fa;
border-radius: 10px;
padding: 15px;
margin-bottom: 20px;
border-left: 4px solid #0d6efd;
}
.action-buttons {
display: flex;
gap: 10px;
}
.progress-container {
margin: 30px 0 20px;
}
.progress {
height: 8px;
}