refactor: brand color class
This commit is contained in:
parent
52cf5345a0
commit
36e6bc072d
1 changed files with 5 additions and 0 deletions
|
|
@ -226,6 +226,11 @@ html {
|
||||||
background-color: hsla(var(--customer-pers) / 0.2) !important;
|
background-color: hsla(var(--customer-pers) / 0.2) !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.app-bg-brand-1 {
|
||||||
|
color: white;
|
||||||
|
background-color: var(--brand-1);
|
||||||
|
}
|
||||||
|
|
||||||
@page {
|
@page {
|
||||||
size: a4 portrait;
|
size: a4 portrait;
|
||||||
margin-top: 0.5in;
|
margin-top: 0.5in;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue