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