mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-17 21:30:31 +00:00
feat: Attachment files system.
This commit is contained in:
@@ -1,6 +1,8 @@
|
||||
|
||||
.make-journal-entries{
|
||||
padding-bottom: 80px;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
|
||||
&__header{
|
||||
padding: 25px 27px 20px;
|
||||
@@ -17,7 +19,7 @@
|
||||
}
|
||||
|
||||
&__table{
|
||||
padding: 15px;
|
||||
padding: 15px 15px 0;
|
||||
|
||||
.bp3-form-group{
|
||||
margin-bottom: 0;
|
||||
@@ -154,4 +156,16 @@
|
||||
padding-left: 14px;
|
||||
padding-right: 14px;
|
||||
}
|
||||
|
||||
.dropzone-container{
|
||||
align-self: end;
|
||||
}
|
||||
|
||||
.dropzone{
|
||||
|
||||
width: 300px;
|
||||
height: 75px;
|
||||
|
||||
margin-right: 20px;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user