mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-20 14:50:32 +00:00
fix: invoice details action bar divider
This commit is contained in:
@@ -1,14 +1,17 @@
|
|||||||
.root {
|
.root {
|
||||||
|
--x-color-content-primary-border: #e2e2e2;
|
||||||
|
|
||||||
|
:global(.bp4-dark) & {
|
||||||
|
--x-color-content-primary-border: rgba(255, 255, 255, 0.25);
|
||||||
|
}
|
||||||
&_content {
|
&_content {
|
||||||
|
|
||||||
&_primary {
|
&_primary {
|
||||||
padding-bottom: 15px;
|
padding-bottom: 15px;
|
||||||
border-bottom: 1px solid #e2e2e2;
|
border-bottom: 1px solid var(--x-color-content-primary-border);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
:global .card {
|
:global(.card) {
|
||||||
margin: 15px;
|
margin: 15px;
|
||||||
padding: 18px;
|
padding: 18px;
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -135,8 +135,8 @@ function InvoiceDetailActionsBar({
|
|||||||
text={<T id={'add_payment'} />}
|
text={<T id={'add_payment'} />}
|
||||||
onClick={handleQuickPaymentInvoice}
|
onClick={handleQuickPaymentInvoice}
|
||||||
/>
|
/>
|
||||||
|
<NavbarDivider />
|
||||||
</If>
|
</If>
|
||||||
<NavbarDivider />
|
|
||||||
</Can>
|
</Can>
|
||||||
<Can I={SaleInvoiceAction.View} a={AbilitySubject.Invoice}>
|
<Can I={SaleInvoiceAction.View} a={AbilitySubject.Invoice}>
|
||||||
<Button
|
<Button
|
||||||
|
|||||||
@@ -1,15 +1,15 @@
|
|||||||
.root {
|
.root {
|
||||||
|
--x-color-content-primary-border: #e2e2e2;
|
||||||
|
|
||||||
|
:global(.bp4-dark) & {
|
||||||
|
--x-color-content-primary-border: rgba(255, 255, 255, 0.25);
|
||||||
|
}
|
||||||
&_content {
|
&_content {
|
||||||
|
|
||||||
&_primary {
|
&_primary {
|
||||||
padding-bottom: 15px;
|
padding-bottom: 15px;
|
||||||
border-bottom: 1px solid #e2e2e2;
|
border-bottom: 1px solid var(--x-color-content-primary-border);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
:global .card {
|
:global .card {
|
||||||
margin: 15px;
|
margin: 15px;
|
||||||
padding: 18px;
|
padding: 18px;
|
||||||
|
|||||||
Reference in New Issue
Block a user