Compare commits

..

No commits in common. "272fcf93c64005b06249690815bb320ad66b9798" and "d0e3704ed6a2c08eede388e353bcf76880873411" have entirely different histories.

2 changed files with 4 additions and 12 deletions

View File

@ -22,10 +22,8 @@ export const getExtensionIconLabel = (extension: string) => {
icon = faFilePdf
break
case 'xlsx':
case 'xls':
case 'xlsb':
case 'xlsm':
case 'xslx':
case 'xsl':
icon = faFileExcel
break

View File

@ -19,11 +19,11 @@
.actionButtons {
display: flex;
justify-content: end;
justify-content: center;
align-items: center;
gap: 10px;
margin-left: auto;
padding: 1.5px 0;
flex-grow: 1;
}
.search {
@ -37,12 +37,6 @@
outline: solid 1px #dddddd;
background: white;
width: 100%;
@container (width >= 610px) {
max-width: 246px;
}
&:focus-within {
outline-color: $primary-main;
}