intranet/public/css/site.css
Audrey Jensen 632199009d init
2023-06-28 15:38:14 +00:00

59 lines
803 B
CSS

.ticket-table {
background-color: #0d6efd;
}
.siteNavbar {
background-color: #EE7700;
position: relative;
z-index: 20;
min-height: 10px;
}
.siteNavbar h3 {
margin-bottom: 0;
}
.card-evac {
background-color: red;
color: white;
}
.card-evac :hover {
background-color: #990000;
cursor: pointer;
}
.card-evac svg {
width: 100%;
height: 100%;
max-height: 120px;
}
.navitem, .navitem a {
background-color: #EE7700;
}
.navitem a:hover {
background-color: rgba(0, 0, 0, 0.15);
}
.service-card .list-group-item {
background-color: #ecedd1;
}
.list-item:hover {
color: white;
background-color: #0d6efd;
}
.service-card .card-header {
color: white;
background-color: #EE7700;
}
.service-card {
background-color: #ecedd1;
}
/*# sourceMappingURL=site.css.map */