mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-18 13:50:31 +00:00
fix: attach branding template attrs to payment page
This commit is contained in:
@@ -1,6 +1,11 @@
|
||||
|
||||
:root {
|
||||
--payment-page-background-color: #fff;
|
||||
--payment-page-primary-button: #0052cc;
|
||||
}
|
||||
|
||||
.rootBodyPage {
|
||||
background: #1c1d29;
|
||||
background: var(--payment-page-background-color);
|
||||
}
|
||||
|
||||
.root {
|
||||
|
||||
Reference in New Issue
Block a user