Update root RMO to use banner and new colored icon

This commit is contained in:
Eli Ribble 2026-01-30 20:14:10 +00:00
parent 40028744ba
commit 7fb02f4788
No known key found for this signature in database
5 changed files with 47 additions and 112 deletions

32
scss/rmo/root.scss Normal file
View file

@ -0,0 +1,32 @@
.service-card {
transition: transform 0.3s;
height: 100%;
}
.service-card:hover {
transform: translateY(-5px);
box-shadow: 0 10px 20px rgba(0,0,0,0.1);
}
.district-logo {
max-height: 80px;
width: auto;
}
.quick-report-mobile {
background-color: #ff9800;
}
.quick-report-desktop {
background-color: #ffefd5;
border-left: 4px solid #ff9800;
}
.banner-container {
position: relative;
width: 100%;
background-color: #F76436;
overflow: hidden;
}
.banner-image {
display: block;
/* width as needed */
}