9 lines
182 B
CSS
Raw Permalink Normal View History

2022-11-10 13:46:32 +01:00
.custom-line {
min-height: 5rem;
margin-bottom: 1rem;
background-color: rgba(60, 240, 160, 0.7);
}
.custom-line > .col {
background-color: rgba(60, 120, 160, 0.7);
}