mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-12-12 17:47:08 +01:00
Initial conversion to css variables
This commit is contained in:
parent
df4567f9e4
commit
4babf0d102
11 changed files with 251 additions and 349 deletions
|
|
@ -37,7 +37,7 @@
|
|||
}
|
||||
|
||||
.card-selected {
|
||||
border-color: $primary;
|
||||
border-color:var(--bs-primary);
|
||||
|
||||
.document-card-check {
|
||||
display: block;
|
||||
|
|
@ -45,7 +45,7 @@
|
|||
}
|
||||
|
||||
.doc-img-background-selected {
|
||||
background-color: $primaryFaded;
|
||||
background-color: var(--ngx-primary-faded);
|
||||
}
|
||||
|
||||
.card-info {
|
||||
|
|
@ -57,7 +57,7 @@
|
|||
&:hover,
|
||||
&:focus {
|
||||
background-color: transparent !important;
|
||||
color: $primary;
|
||||
color: var(--bs-primary);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue