mirror of
https://github.com/logos-storage/logos-storage-marketplace-ui.git
synced 2026-01-10 01:13:06 +00:00
29 lines
416 B
CSS
29 lines
416 B
CSS
.file-cell {
|
|
small {
|
|
word-break: break-all;
|
|
}
|
|
|
|
> div {
|
|
display: flex;
|
|
gap: 12px;
|
|
align-items: center;
|
|
|
|
> div {
|
|
flex: 1;
|
|
}
|
|
|
|
.button-icon {
|
|
width: 40px;
|
|
height: 40px;
|
|
background-color: rgba(20, 20, 20, 0.6);
|
|
border: 1px solid rgba(150, 150, 150, 0.2);
|
|
|
|
@media (max-width: 800px) {
|
|
& {
|
|
display: none;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|