mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-07-07 13:34:30 -04:00
Business: Update line height, outstanding section
This commit is contained in:
parent
919dbd35a8
commit
7d78f4b8bd
@ -2,6 +2,7 @@
|
|||||||
:root {
|
:root {
|
||||||
--primary-color: $primary_color;
|
--primary-color: $primary_color;
|
||||||
--secondary-color: $secondary_color;
|
--secondary-color: $secondary_color;
|
||||||
|
--line-height: 1.6;
|
||||||
}
|
}
|
||||||
|
|
||||||
body {
|
body {
|
||||||
@ -40,16 +41,14 @@
|
|||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
color: #AAA9A9;
|
color: #AAA9A9;
|
||||||
|
line-height: var(--line-height);
|
||||||
}
|
}
|
||||||
|
|
||||||
#company-address {
|
#company-address {
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
color: #b1b1b1;
|
color: #b1b1b1;
|
||||||
}
|
line-height: var(--line-height);
|
||||||
|
|
||||||
#company-address > * {
|
|
||||||
margin-bottom: 0.8rem;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.entity-issued-to {
|
.entity-issued-to {
|
||||||
@ -67,6 +66,7 @@
|
|||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
margin-top: 1rem;
|
margin-top: 1rem;
|
||||||
|
line-height: var(--line-height);
|
||||||
}
|
}
|
||||||
|
|
||||||
#client-details > p:nth-child(1) {
|
#client-details > p:nth-child(1) {
|
||||||
@ -195,6 +195,7 @@
|
|||||||
#table-totals>.totals-table-right-side>*> :nth-child(1) {
|
#table-totals>.totals-table-right-side>*> :nth-child(1) {
|
||||||
text-align: "$dir_text_align";
|
text-align: "$dir_text_align";
|
||||||
margin-top: .75rem;
|
margin-top: .75rem;
|
||||||
|
padding-left: 7px;
|
||||||
}
|
}
|
||||||
|
|
||||||
#table-totals>.totals-table-right-side> * > :not([hidden]) ~ :not([hidden]) {
|
#table-totals>.totals-table-right-side> * > :not([hidden]) ~ :not([hidden]) {
|
||||||
@ -205,6 +206,7 @@
|
|||||||
|
|
||||||
#table-totals>.totals-table-right-side>*> :nth-child(2) {
|
#table-totals>.totals-table-right-side>*> :nth-child(2) {
|
||||||
text-align: right;
|
text-align: right;
|
||||||
|
padding-right: 7px;
|
||||||
}
|
}
|
||||||
|
|
||||||
#table-totals
|
#table-totals
|
||||||
@ -244,6 +246,15 @@
|
|||||||
margin-bottom: 0;
|
margin-bottom: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
[data-ref="totals_table-outstanding-label"],
|
||||||
|
[data-ref="totals_table-outstanding"] {
|
||||||
|
background-color: var(--secondary-color);
|
||||||
|
color: white;
|
||||||
|
padding-top: 7px;
|
||||||
|
padding-bottom: 7px;
|
||||||
|
padding-right: 7px;
|
||||||
|
}
|
||||||
|
|
||||||
/** Useful snippets, uncomment to enable. **/
|
/** Useful snippets, uncomment to enable. **/
|
||||||
|
|
||||||
/** Hide company logo **/
|
/** Hide company logo **/
|
||||||
|
Loading…
x
Reference in New Issue
Block a user