mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2024-11-13 06:32:40 +01:00
bold
This commit is contained in:
parent
4d959315c6
commit
a81ed59bc9
@ -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;
|
||||||
|
}
|
||||||
|
|
||||||
* {
|
* {
|
||||||
margin: 0;
|
margin: 0;
|
||||||
padding: 0;
|
padding: 0;
|
||||||
@ -66,7 +71,7 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.entity-details-wrapper {
|
.entity-details-wrapper {
|
||||||
background-color: #35a39a;
|
background-color: var(--primary-color);
|
||||||
padding: 1rem;
|
padding: 1rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -133,7 +138,7 @@
|
|||||||
#product-table-footer
|
#product-table-footer
|
||||||
> *
|
> *
|
||||||
[data-element='product-table-balance-due'] {
|
[data-element='product-table-balance-due'] {
|
||||||
color: #35a39a;
|
color: var(--primary-color);
|
||||||
}
|
}
|
||||||
#product-table-footer > * > :last-child {
|
#product-table-footer > * > :last-child {
|
||||||
text-align: right;
|
text-align: right;
|
||||||
|
Loading…
Reference in New Issue
Block a user