1
0
mirror of https://github.com/invoiceninja/invoiceninja.git synced 2024-11-10 21:22:58 +01:00

Business: Reduce padding in client & company details section

This commit is contained in:
Benjamin Beganović 2021-03-02 14:06:42 +01:00
parent dfee4d718b
commit cb0231a1ec

View File

@ -41,10 +41,6 @@
color: #AAA9A9;
}
#company-details > * {
margin-bottom: 0.8rem;
}
#company-address {
display: flex;
flex-direction: column;
@ -72,10 +68,6 @@
margin-top: 1rem;
}
#client-details > * {
margin-bottom: 0.5rem;
}
#client-details > p:nth-child(1) {
color: var(--primary-color);
}