mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-17 13:20:31 +00:00
Merge branch 'feature/manual-journals' of https://github.com/abouolia/Ratteb
This commit is contained in:
@@ -35,6 +35,7 @@ $pt-font-family: Noto Sans, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto,
|
||||
@import "pages/make-journal-entries";
|
||||
@import "pages/preferences";
|
||||
@import "pages/view-form";
|
||||
@import "pages/manual-journals";
|
||||
|
||||
// Views
|
||||
@import "views/filter-dropdown";
|
||||
|
||||
@@ -16,7 +16,7 @@
|
||||
overflow-x: hidden;
|
||||
|
||||
.th{
|
||||
padding: 1rem 1.5rem;
|
||||
padding: 1rem 0.5rem;
|
||||
background: #F8FAFA;
|
||||
font-size: 14px;
|
||||
color: #666;
|
||||
@@ -54,7 +54,6 @@
|
||||
.bp3-control{
|
||||
margin-bottom: 0;
|
||||
}
|
||||
|
||||
.resizer {
|
||||
display: inline-block;
|
||||
background: transparent;
|
||||
@@ -90,8 +89,8 @@
|
||||
|
||||
.tr .td{
|
||||
border-bottom: 1px solid #E0E2E2;
|
||||
}
|
||||
|
||||
align-items: center;
|
||||
}
|
||||
.td.actions .#{$ns}-button{
|
||||
background: #E6EFFB;
|
||||
border: 0;
|
||||
|
||||
26
client/src/style/pages/manual-journals.scss
Normal file
26
client/src/style/pages/manual-journals.scss
Normal file
@@ -0,0 +1,26 @@
|
||||
|
||||
|
||||
.dashboard__insider--manual-journals{
|
||||
|
||||
.bigcapital-datatable{
|
||||
|
||||
.thead{
|
||||
|
||||
}
|
||||
|
||||
.tbody{
|
||||
.amount > span{
|
||||
font-weight: 600;
|
||||
}
|
||||
.note{
|
||||
.bp3-icon{
|
||||
color: #666;
|
||||
}
|
||||
}
|
||||
.status{
|
||||
font-size: 13px;
|
||||
text-transform: uppercase;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user