mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-07-30 18:27:45 -05:00
Initial conversion to css variables
This commit is contained in:
@@ -52,7 +52,7 @@
|
||||
}
|
||||
|
||||
.card-selected {
|
||||
border-color: $primary;
|
||||
border-color: var(--bs-primary);
|
||||
|
||||
.document-card-check {
|
||||
display: block;
|
||||
@@ -60,7 +60,7 @@
|
||||
}
|
||||
|
||||
.doc-img-background-selected {
|
||||
background-color: $primaryFaded;
|
||||
background-color: var(--ngx-primary-faded);
|
||||
}
|
||||
|
||||
.card-info {
|
||||
|
Reference in New Issue
Block a user