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

39 lines
462 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 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-01-26 02:52:16 -08:00
.dismiss-all {
transition: opacity 0.2s ease;
opacity: 0;
}
.has-multiple-status .dismiss-all {
opacity: 1;
}
2021-01-26 02:32:45 -08:00
::ng-deep .progress {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
height: auto;
mix-blend-mode: soft-light;
pointer-events: none;
}