mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-06-05 07:24:36 -04:00
hipster
This commit is contained in:
parent
ecfbf62856
commit
eec2397eb5
@ -5,6 +5,11 @@
|
|||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||||
|
|
||||||
<style id="style">
|
<style id="style">
|
||||||
|
:root {
|
||||||
|
--primary-color: $primary_color;
|
||||||
|
--secondary-color: $secondary_color;
|
||||||
|
}
|
||||||
|
|
||||||
* {
|
* {
|
||||||
font-size: '$font-size';
|
font-size: '$font-size';
|
||||||
}
|
}
|
||||||
@ -30,7 +35,7 @@
|
|||||||
|
|
||||||
.header-wrapper .header-text-label {
|
.header-wrapper .header-text-label {
|
||||||
font-size: 1.1rem;
|
font-size: 1.1rem;
|
||||||
color: #bba238;
|
color: var(--primary-color);
|
||||||
text-transform: uppercase;
|
text-transform: uppercase;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
}
|
}
|
||||||
@ -83,7 +88,7 @@
|
|||||||
[data-element='entity-details-wrapper-invoice-number-label'],
|
[data-element='entity-details-wrapper-invoice-number-label'],
|
||||||
.entity-details-wrapper
|
.entity-details-wrapper
|
||||||
[data-element='entity-details-wrapper-amount-due'] {
|
[data-element='entity-details-wrapper-amount-due'] {
|
||||||
color: #bba238;
|
color: var(--primary-color);
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -137,7 +142,7 @@
|
|||||||
#product-table-footer
|
#product-table-footer
|
||||||
> *
|
> *
|
||||||
[data-element='product-table-balance-due'] {
|
[data-element='product-table-balance-due'] {
|
||||||
color: #bba238;
|
color: var(--primary-color);
|
||||||
}
|
}
|
||||||
#product-table-footer > * > :last-child {
|
#product-table-footer > * > :last-child {
|
||||||
text-align: right;
|
text-align: right;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user