Skip to content

Commit

Permalink
SHARED(Frontend): Fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
pkoivisto committed Jun 11, 2024
1 parent 397b8a6 commit 398aa5d
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@

.custom-fileupload input {
width: fit-content;
border:1px dashed blue;
border: 1px dashed colors.$color-secondary;
font-size: 120%;
}

.custom-fileupload input::file-selector-button {
background: blue;
border: 1px solid white;
color: white;
background: colors.$color-secondary;
border: 1px solid colors.$color-primary;
color: colors.$color-primary;
padding: 10px;
}

0 comments on commit 398aa5d

Please sign in to comment.