28 lines
429 B
SCSS
28 lines
429 B
SCSS
.image-preview {
|
|
&__container {
|
|
display: flex;
|
|
justify-content: center;
|
|
margin-bottom: 16px;
|
|
margin-top: 16px;
|
|
}
|
|
}
|
|
|
|
.file-input {
|
|
display: none;
|
|
}
|
|
|
|
.file-upload {
|
|
align-items: center;
|
|
box-sizing: border-box;
|
|
display: inline-flex;
|
|
justify-content: space-between;
|
|
min-width: 196px;
|
|
width: 100%;
|
|
|
|
&__description {
|
|
overflow: hidden;
|
|
text-overflow: ellipsis;
|
|
white-space: nowrap;
|
|
}
|
|
}
|