2024-11-20 14:07:12 +01:00

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;
}
}