mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-20 06:40:31 +00:00
wip
This commit is contained in:
@@ -28,11 +28,12 @@ export const AuthInsiderContent = styled.div`
|
||||
`;
|
||||
export const AuthInsiderCard = styled.div`
|
||||
--x-color-background: #fff;
|
||||
--x-color-background: var(--color-dark-gray2);
|
||||
|
||||
--x-color-border: #d5d5d5;
|
||||
--x-color-border: rgba(255, 255, 255, 0.1);
|
||||
|
||||
.bp4-dark & {
|
||||
--x-color-background: var(--color-dark-gray2);
|
||||
--x-color-border: rgba(255, 255, 255, 0.1);
|
||||
}
|
||||
border: 1px solid var(--x-color-border);
|
||||
box-shadow: 0 1px 3px rgba(0, 0, 0, 0.04);
|
||||
padding: 26px 22px;
|
||||
@@ -66,8 +67,10 @@ export const AuthFooterLinks = styled.div`
|
||||
|
||||
export const AuthFooterLink = styled.p`
|
||||
--x-color-text: #666;
|
||||
--x-color-text: rgba(255, 255, 255, 0.75);
|
||||
|
||||
.bp4-dark & {
|
||||
--x-color-text: rgba(255, 255, 255, 0.75);
|
||||
}
|
||||
color: var(--x-color-text);
|
||||
margin: 0;
|
||||
`;
|
||||
|
||||
Reference in New Issue
Block a user