unit.scss
475 Bytes
page-unit {
.unit-page {
background-image: url('../assets/img/unitbackground.png');
.card {
background: #076B31;
.item {
background: #076B31;
}
}
.unit-card{
position: relative;
.unit-card-header {
font-weight: bold;
color: white
}
.label {
color: white
}
}
}
}