Newer
Older
@import 'src/styles/base/color';
.estimation-modal {
padding: 0.5rem;
color: $grey-bright;
.modal-title {
color: $gold-shadow;
font-weight: bold;
text-align: center;
margin-bottom: 0.5rem;
}
ul {
padding-left: 1rem;
}
.electricity {
color: $elec-color;
}
.water {
color: $water-color;
}
.gas {
color: $gas-color;
}
}