Initial conversion to css variables

This commit is contained in:
Michael Shamoon
2022-03-08 14:49:40 -08:00
parent a62816bd7e
commit 6211846e14
11 changed files with 251 additions and 349 deletions

View File

@@ -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);
}
}