mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-18 05:40:31 +00:00
24 lines
315 B
SCSS
24 lines
315 B
SCSS
.root {
|
|
background: #fff;
|
|
}
|
|
|
|
.mainFields{
|
|
width: 400px;
|
|
height: 100vh;
|
|
}
|
|
.fieldGroup {
|
|
|
|
:global .bp4-form-content{
|
|
margin-left: auto;
|
|
}
|
|
}
|
|
|
|
.footerActions{
|
|
padding: 10px 16px;
|
|
border-top: 1px solid #d9d9d9;
|
|
flex-flow: row-reverse;
|
|
}
|
|
|
|
.showCompanyLogoField:global(.bp4-large){
|
|
font-size: 14px;
|
|
} |