mirror of
https://github.com/logos-storage/logos-storage-marketplace-ui.git
synced 2026-01-10 01:13:06 +00:00
19 lines
277 B
CSS
19 lines
277 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: rgb(125, 125, 125);
|
|
}
|
|
}
|