mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-05-30 21:24:32 -04:00
clean
This commit is contained in:
parent
a81ed59bc9
commit
1ea2c85e13
@ -6,6 +6,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;
|
||||||
|
}
|
||||||
|
|
||||||
body {
|
body {
|
||||||
-webkit-font-smoothing: antialiased;
|
-webkit-font-smoothing: antialiased;
|
||||||
-moz-osx-font-smoothing: grayscale;
|
-moz-osx-font-smoothing: grayscale;
|
||||||
@ -34,7 +39,7 @@
|
|||||||
color: #9f9f9f;
|
color: #9f9f9f;
|
||||||
}
|
}
|
||||||
#company-details > span:first-child {
|
#company-details > span:first-child {
|
||||||
color: #67b1cc;
|
color: var(--primary-color);
|
||||||
}
|
}
|
||||||
|
|
||||||
#company-address {
|
#company-address {
|
||||||
@ -48,7 +53,7 @@
|
|||||||
margin-top: 3.5rem;
|
margin-top: 3.5rem;
|
||||||
margin-bottom: 1rem;
|
margin-bottom: 1rem;
|
||||||
font-weight: semibold;
|
font-weight: semibold;
|
||||||
color: #67b1cc;
|
color: var(--primary-color);
|
||||||
}
|
}
|
||||||
|
|
||||||
.client-and-entity-wrapper {
|
.client-and-entity-wrapper {
|
||||||
@ -97,7 +102,7 @@
|
|||||||
padding: 1rem;
|
padding: 1rem;
|
||||||
}
|
}
|
||||||
#product-table > tbody > tr > td:first-child {
|
#product-table > tbody > tr > td:first-child {
|
||||||
color: #67b1cc;
|
color: var(--primary-color);
|
||||||
}
|
}
|
||||||
#product-table > tbody > tr:nth-child(odd) {
|
#product-table > tbody > tr:nth-child(odd) {
|
||||||
background-color: #f5f5f5;
|
background-color: #f5f5f5;
|
||||||
@ -125,7 +130,7 @@
|
|||||||
#product-table-footer
|
#product-table-footer
|
||||||
> *
|
> *
|
||||||
[data-element='product-table-balance-due'] {
|
[data-element='product-table-balance-due'] {
|
||||||
color: #67b1cc;
|
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