2024-11-26 18:41:40 +01:00

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