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

40 lines
492 B
SCSS
Raw Normal View History

2021-01-26 00:17:27 -08:00
@import "/src/theme";
2021-01-26 02:32:45 -08:00
form {
position: relative;
}
.alert-heading {
font-size: 80%;
font-weight: bold;
}
2021-01-26 14:48:39 -08:00
.alerts-hidden {
.btn {
line-height: 1;
}
}
2021-01-26 09:50:48 -08:00
.btn-open {
2021-01-26 02:32:45 -08:00
line-height: 1;
2021-01-26 09:50:48 -08:00
svg {
margin-top: -1px;
}
2021-01-26 02:32:45 -08:00
}
2021-03-10 18:32:57 +01:00
.progress {
2021-01-26 02:32:45 -08:00
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
height: auto;
mix-blend-mode: soft-light;
pointer-events: none;
}
::ng-deep .ngx-file-drop__drop-zone--over {
2022-04-07 14:27:49 -07:00
background-color: var(--pngx-primary-faded) !important;
}