mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-08-14 00:26:21 +00:00
Merge branch 'v2.0-visual-fixes' into dev
This commit is contained in:
@@ -1,6 +1,16 @@
|
||||
// bs options
|
||||
$enable-negative-margins: true;
|
||||
|
||||
$grid-breakpoints: (
|
||||
xs: 0,
|
||||
sm: 576px,
|
||||
md: 768px,
|
||||
lg: 992px,
|
||||
xl: 1200px,
|
||||
xxl: 1400px,
|
||||
xxxl: 2000px
|
||||
);
|
||||
|
||||
@import "node_modules/bootstrap/scss/bootstrap";
|
||||
@import "theme";
|
||||
@import "~@ng-select/ng-select/themes/default.theme.css";
|
||||
@@ -186,6 +196,12 @@ a, a:hover,
|
||||
color: var(--pngx-primary-darken-15) !important;
|
||||
}
|
||||
|
||||
a.btn-link:hover,
|
||||
a.btn-link:active,
|
||||
a.btn-link:focus-visible {
|
||||
color: var(--pngx-primary-darken-5) !important;
|
||||
}
|
||||
|
||||
.form-control-dark {
|
||||
color: #fff;
|
||||
background-color: rgba(255, 255, 255, .1);
|
||||
|
Reference in New Issue
Block a user