mirror of
https://github.com/logos-storage/logos-storage-marketplace-ui.git
synced 2026-01-11 18:03:12 +00:00
19 lines
266 B
CSS
19 lines
266 B
CSS
.file-render {
|
|
display: flex;
|
|
gap: 0.75rem;
|
|
|
|
.tooltip:hover::after {
|
|
left: 0;
|
|
}
|
|
|
|
small {
|
|
white-space: nowrap;
|
|
font-family: Inter;
|
|
font-size: 12px;
|
|
font-weight: 500;
|
|
line-height: 16px;
|
|
text-align: left;
|
|
color: #7d7d7d;
|
|
}
|
|
}
|