mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-18 05:40:31 +00:00
wip
This commit is contained in:
@@ -43,8 +43,10 @@ export function EstimateFormFooterRight() {
|
||||
|
||||
const EstimateTotalLines = styled(TotalLines)`
|
||||
--x-color-text: #555;
|
||||
--x-color-text: var(--color-light-gray4);
|
||||
|
||||
.bp4-dark & {
|
||||
--x-color-text: var(--color-light-gray4);
|
||||
}
|
||||
width: 100%;
|
||||
color: var(--x-color-text);
|
||||
`;
|
||||
|
||||
@@ -13,39 +13,39 @@ export function SendMailViewPreviewTabs({
|
||||
id={'preview'}
|
||||
defaultSelectedTabId={'payment-page'}
|
||||
className={css`
|
||||
--x-color-background: var(--color-white);
|
||||
--x-color-background: var(--color-white);
|
||||
--x-color-border: #dcdcdd;
|
||||
--x-color-tab-text: #5f6b7c;
|
||||
|
||||
.bp4-dark & {
|
||||
--x-color-background: var(--color-dark-gray2);
|
||||
|
||||
--x-color-border: #dcdcdd;
|
||||
--x-color-border: rgba(255, 255, 255, 0.2);
|
||||
--x-color-tab-text: rgba(255, 255, 255, 0.6);
|
||||
}
|
||||
overflow: hidden;
|
||||
flex: 1 1;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
|
||||
--x-color-tab-text: #5f6b7c;
|
||||
--x-color-tab-text: rgba(255, 255,255, 0.6);
|
||||
|
||||
overflow: hidden;
|
||||
flex: 1 1;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
|
||||
.bp4-tab-list {
|
||||
padding: 0 20px;
|
||||
background: var(--x-color-background);
|
||||
border-bottom: 1px solid var(--x-color-border);
|
||||
}
|
||||
.bp4-tab {
|
||||
line-height: 40px;
|
||||
}
|
||||
.bp4-tab:not([aria-selected='true']) {
|
||||
color: var(--x-color-tab-text);
|
||||
}
|
||||
.bp4-tab-indicator-wrapper .bp4-tab-indicator {
|
||||
height: 2px;
|
||||
}
|
||||
.bp4-tab-panel {
|
||||
margin: 0;
|
||||
overflow: auto;
|
||||
}
|
||||
`}
|
||||
.bp4-tab-list {
|
||||
padding: 0 20px;
|
||||
background: var(--x-color-background);
|
||||
border-bottom: 1px solid var(--x-color-border);
|
||||
}
|
||||
.bp4-tab {
|
||||
line-height: 40px;
|
||||
}
|
||||
.bp4-tab:not([aria-selected='true']) {
|
||||
color: var(--x-color-tab-text);
|
||||
}
|
||||
.bp4-tab-indicator-wrapper .bp4-tab-indicator {
|
||||
height: 2px;
|
||||
}
|
||||
.bp4-tab-panel {
|
||||
margin: 0;
|
||||
overflow: auto;
|
||||
}
|
||||
`}
|
||||
>
|
||||
{children}
|
||||
</Tabs>
|
||||
|
||||
Reference in New Issue
Block a user