balibabu
feat: add file icon to table of FileManager #345 (#543)
bd39551
raw
history blame
293 Bytes
.fileManagerWrapper {
flex-basis: 100%;
padding: 32px;
}
.filter {
height: 32px;
display: flex;
margin: 10px 0;
justify-content: space-between;
padding: 24px 0;
align-items: center;
}
.deleteIconWrapper {
width: 22px;
text-align: center;
}
.linkButton {
padding: 0;
}