mirror of
https://github.com/logos-storage/logos-storage-marketplace-ui.git
synced 2026-01-08 16:33:05 +00:00
12 lines
171 B
CSS
12 lines
171 B
CSS
.peer-country {
|
|
display: flex;
|
|
align-items: center;
|
|
gap: 1rem;
|
|
|
|
span:first-child {
|
|
background-color: #141414;
|
|
border-radius: 50%;
|
|
padding: 12px;
|
|
}
|
|
}
|