You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
mediarepo/mediarepo-ui/src/app/components/shared/input/native-file-select/native-file-select.componen...

23 lines
311 B
SCSS

.file-select-inner, mat-form-field {
width: 100%;
}
.file-input {
width: calc(100% - 3em);
float: left;
text-overflow: ellipsis;
}
.buttons-native-select {
position: absolute;
top: 0;
right: 0;
margin-top: -19px;
button {
width: 3em;
height: 3em;
}
}