Nicer slim sidebar transitioning, dark mode fixes, fix tests by making settings taller

This commit is contained in:
Michael Shamoon
2022-09-13 11:47:19 -07:00
parent aa55162e2e
commit e0f93c26d6
6 changed files with 34 additions and 10 deletions

View File

@@ -1,9 +1,9 @@
// bs options
$enable-negative-margins: true;
@import "theme";
@import "node_modules/bootstrap/scss/bootstrap";
@import "~@ng-select/ng-select/themes/default.theme.css";
@import "theme";
@import "print";
// Paperless-ngx styles
@@ -84,6 +84,15 @@ svg.logo {
}
}
.btn-dark {
--bs-btn-color: var(--bs-gray-600);
--bs-btn-bg: var(--bs-gray-200);
--bs-btn-border-color: var(--bs-gray-200);
--bs-btn-hover-bg: var(--bs-gray-400);
--bs-btn-hover-border-color: var(--bs-gray-500);
--bs-btn-active-bg: var(--bs-gray-200);
}
.text-primary {
color: var(--bs-primary) !important;
}