mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-04-02 13:45:10 -05:00
43 lines
559 B
SCSS
43 lines
559 B
SCSS
@import "/src/theme";
|
|
|
|
::ng-deep .ngx-file-drop__drop-zone--over {
|
|
background-color: $primaryFaded !important;
|
|
}
|
|
|
|
form {
|
|
position: relative;
|
|
}
|
|
|
|
.alert {
|
|
transition: all 0.2s ease;
|
|
}
|
|
|
|
.alert-heading {
|
|
font-size: 80%;
|
|
font-weight: bold;
|
|
}
|
|
|
|
.btn-sm {
|
|
line-height: 1;
|
|
}
|
|
|
|
.dismiss-all {
|
|
transition: opacity 0.2s ease;
|
|
opacity: 0;
|
|
}
|
|
|
|
.has-multiple-status .dismiss-all {
|
|
opacity: 1;
|
|
}
|
|
|
|
::ng-deep .progress {
|
|
position: absolute;
|
|
top: 0;
|
|
right: 0;
|
|
bottom: 0;
|
|
left: 0;
|
|
height: auto;
|
|
mix-blend-mode: soft-light;
|
|
pointer-events: none;
|
|
}
|