2022-11-10 13:46:32 +01:00

9 lines
180 B
CSS

.custom-line {
min-height: 5rem;
margin-bottom: 1rem;
background-color: rgba(0, 255, 140, 0.7);
}
.custom-line > .col {
background-color: rgba(0, 152, 253, 0.7);
}