Merge branch 'feature/manual-journals' of https://github.com/abouolia/Ratteb

This commit is contained in:
Ahmed Bouhuolia
2020-04-09 01:30:18 +02:00
27 changed files with 869 additions and 103 deletions

View File

@@ -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";

View File

@@ -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;

View 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;
}
}
}
}