paperless-ngx/src-ui/src/app/components/dashboard/widgets/upload-file-widget/upload-file-widget.component.scss

34 lines
441 B
SCSS
Raw Normal View History

2021-01-26 00:17:27 -08:00
@import "/src/theme";
::ng-deep .ngx-file-drop__drop-zone--over {
background-color: $primaryFaded !important;
}
2021-01-26 02:32:45 -08:00
form {
position: relative;
}
.alert {
transition: all 0.2s ease;
}
.alert-heading {
font-size: 80%;
font-weight: bold;
}
.btn-sm {
line-height: 1;
}
::ng-deep .progress {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
height: auto;
mix-blend-mode: soft-light;
pointer-events: none;
}