mirror of
https://github.com/logos-storage/logos-storage-marketplace-ui.git
synced 2026-01-14 03:18:16 +00:00
21 lines
261 B
CSS
21 lines
261 B
CSS
|
|
.fileCell {
|
||
|
|
display: flex;
|
||
|
|
gap: 0.75rem;
|
||
|
|
}
|
||
|
|
|
||
|
|
.fileCell-subtitle {
|
||
|
|
display: flex;
|
||
|
|
align-items: center;
|
||
|
|
gap: 0.5rem;
|
||
|
|
position: relative;
|
||
|
|
}
|
||
|
|
|
||
|
|
.fileCell-tooltip {
|
||
|
|
display: flex;
|
||
|
|
align-items: center;
|
||
|
|
}
|
||
|
|
|
||
|
|
.fileCell .tooltip:hover:after {
|
||
|
|
left: -33%;
|
||
|
|
}
|