mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-18 05:40:31 +00:00
feat: element customize component
This commit is contained in:
@@ -0,0 +1,24 @@
|
||||
.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;
|
||||
}
|
||||
Reference in New Issue
Block a user