mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-12-11 00:57:09 +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
|
|
@ -5,7 +5,7 @@ tr {
|
|||
}
|
||||
|
||||
.table-row-selected {
|
||||
background-color: $primaryFaded;
|
||||
background-color: var(--ngx-primary-faded);
|
||||
}
|
||||
|
||||
$paperless-card-breakpoints: (
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue