mirror of
https://github.com/logos-storage/logos-storage-marketplace-ui.git
synced 2026-01-08 00:13:06 +00:00
11 lines
222 B
CSS
11 lines
222 B
CSS
.availabilityDiskRow {
|
|
border-bottom: 5px solid var(--codex-border-color);
|
|
background-color: var(--codex-background-light);
|
|
}
|
|
|
|
.availabilityDiskRow-cell-content {
|
|
display: flex;
|
|
align-items: center;
|
|
gap: 1rem;
|
|
}
|