mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-19 22:30:31 +00:00
24 lines
429 B
SCSS
24 lines
429 B
SCSS
|
|
.popover :global .bp4-popover-content{
|
|
min-width: 600px;
|
|
}
|
|
|
|
.attachmentButton:not([class*=bp4-intent-]) {
|
|
--x-background-color: #fff;
|
|
--x-border-color: rgb(206, 212, 218);
|
|
|
|
:global(.bp4-dark) & {
|
|
--x-border-color: rgba(255, 255, 255, 0.1);
|
|
}
|
|
|
|
&,
|
|
&:hover{
|
|
background-color: #fff;
|
|
}
|
|
border: 1px solid var(--x-border-color);
|
|
}
|
|
|
|
.attachmentField :global .bp4-label{
|
|
font-weight: 500;
|
|
font-size: 12px;
|
|
} |