mirror of
https://github.com/Fabio286/antares.git
synced 2025-04-20 04:57:21 +02:00
fix(UI): no round borders on left of file upload inputs
This commit is contained in:
parent
8b93c49778
commit
d5b2bde2ea
@ -78,6 +78,7 @@ export default {
|
|||||||
|
|
||||||
.file-uploader-message {
|
.file-uploader-message {
|
||||||
display: flex;
|
display: flex;
|
||||||
|
border-radius: $border-radius 0 0 $border-radius;
|
||||||
}
|
}
|
||||||
|
|
||||||
.file-uploader-input {
|
.file-uploader-input {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user