style(runbackup): gray card panel #256
@@ -27,9 +27,11 @@ body {
|
||||
padding: 0 1rem;
|
||||
}
|
||||
|
||||
/* overflow:hidden clips the full-bleed bar to the card's rounded corners. */
|
||||
.msb-runbackup .card {
|
||||
/* overflow:hidden clips the full-bleed bar to the card's rounded corners.
|
||||
The card is a gray panel on the black backdrop. */
|
||||
.msb-runbackup > .card {
|
||||
overflow: hidden;
|
||||
background-color: var(--bs-gray-400, #ced4da);
|
||||
}
|
||||
|
||||
.msb-rb-progress {
|
||||
|
||||
Reference in New Issue
Block a user