mirror of
https://github.com/logos-storage/logos-storage-marketplace-ui.git
synced 2026-01-11 18:03:12 +00:00
32 lines
530 B
CSS
32 lines
530 B
CSS
.availability-confirm {
|
|
header {
|
|
margin-top: 16px;
|
|
margin-bottom: 16px;
|
|
}
|
|
|
|
> div {
|
|
margin-top: 1.5rem;
|
|
display: flex;
|
|
gap: 0.75rem;
|
|
align-items: flex-start;
|
|
|
|
> div:first-child {
|
|
background-color: rgb(193, 240, 164, 0.2);
|
|
border-radius: 50%;
|
|
padding: 0.5rem;
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: center;
|
|
|
|
svg {
|
|
color: rgb(193, 240, 164);
|
|
}
|
|
}
|
|
|
|
b {
|
|
margin-bottom: 0.5rem;
|
|
display: inline-block;
|
|
}
|
|
}
|
|
}
|