mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-18 13:50:31 +00:00
wip darkmode
This commit is contained in:
@@ -13,13 +13,16 @@ export function Card({ className, style, children }) {
|
||||
const CardRoot = styled.div`
|
||||
padding: 15px;
|
||||
margin: 15px;
|
||||
background: #fff;
|
||||
border: 1px solid #d2dce2;
|
||||
background: var(--color-card-background);
|
||||
border: 1px solid var(--color-card-border);
|
||||
`;
|
||||
|
||||
export const CardFooterActions = styled.div`
|
||||
--x-color-border: #e0e7ea;
|
||||
--x-color-border: rgba(255, 255, 255, 0.25);
|
||||
|
||||
padding-top: 16px;
|
||||
border-top: 1px solid #e0e7ea;
|
||||
border-top: 1px solid var(--x-color-border);
|
||||
margin-top: 30px;
|
||||
|
||||
.bp4-button {
|
||||
|
||||
Reference in New Issue
Block a user