blob: bfc283755bba2080d75d46c21419f7a0dcfd6aa2 [file] [log] [blame]
@import '../../../elements-sk/modules/colors';
skottie-file-form-sk {
.wrapper {
width: 100%;
padding: 8px;
.toolbar {
width: 100%;
display: flex;
gap: 8px;
justify-content: end;
}
}
.upload-file {
&--label {
color: var(--primary-highlight);
font-size: 14px;
cursor: pointer;
display: block;
margin: 8px 0;
overflow: hidden;
text-overflow: ellipsis;
.upload-file--input {
display: none;
}
}
}
}