mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2026-08-25 20:23:18 +00:00
68 lines
1.2 KiB
SCSS
68 lines
1.2 KiB
SCSS
:host ::ng-deep i-bs svg {
|
|
margin-top: -3px;
|
|
}
|
|
|
|
.btn-outline-dark {
|
|
--bs-btn-border-color: var(--bs-border-color-translucent);
|
|
border-style: dashed;
|
|
border-width: 1px;
|
|
min-height: 5.25rem;
|
|
background: color-mix(in srgb, var(--bs-primary) 4%, var(--bs-light)) !important;
|
|
|
|
&:hover,
|
|
&:focus {
|
|
border-color: var(--bs-primary);
|
|
background: color-mix(in srgb, var(--bs-primary) 9%, var(--bs-light)) !important;
|
|
}
|
|
}
|
|
|
|
.smaller {
|
|
font-size: 0.75rem;
|
|
}
|
|
|
|
.alert-heading {
|
|
font-size: 80%;
|
|
font-weight: bold;
|
|
}
|
|
|
|
.alerts-hidden {
|
|
.btn {
|
|
line-height: 1;
|
|
}
|
|
}
|
|
|
|
.btn-open {
|
|
line-height: 1;
|
|
|
|
i-bs {
|
|
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;
|
|
}
|
|
|
|
.consumer-status-card {
|
|
background-color: rgba(var(--bs-body-bg-rgb), .95) !important;
|
|
}
|
|
|
|
.consumer-status-list {
|
|
max-height: calc(100vh - 312px); // e.g. below the upload button, mobile
|
|
|
|
@media screen and (min-width: 768px) {
|
|
max-height: calc(100vh - 208px); // e.g. below the upload button
|
|
}
|
|
}
|