9 lines
182 B
CSS
9 lines
182 B
CSS
.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);
|
|
} |