mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-04-02 13:45:10 -05:00
38 lines
469 B
SCSS
38 lines
469 B
SCSS
form {
|
|
position: relative;
|
|
}
|
|
|
|
.alert-heading {
|
|
font-size: 80%;
|
|
font-weight: bold;
|
|
}
|
|
|
|
.alerts-hidden {
|
|
.btn {
|
|
line-height: 1;
|
|
}
|
|
}
|
|
|
|
.btn-open {
|
|
line-height: 1;
|
|
|
|
svg {
|
|
margin-top: -1px;
|
|
}
|
|
}
|
|
|
|
.progress {
|
|
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 {
|
|
background-color: var(--pngx-primary-faded) !important;
|
|
}
|