- feat: Update react-query package to V 2.1.1.

- feat: Favicon setup.
- feat: Fix accounts inactivate/activate 1 account.
- feat: Seed accounts, expenses and manual journals resource fields.
- feat: Validate make journal receivable/payable without contact.
- feat: Validate make journal contact without receivable or payable.
- feat: More components abstractions.
- feat: Use reselect.js to memorize components properties.
- fix: Journal type of manual journal.
- fix: Sidebar style optimization.
- fix: Data-table check-box style optimization.
- fix: Data-table spinner style dimensions.
- fix: Submit journal with contact_id and contact_type.
This commit is contained in:
Ahmed Bouhuolia
2020-07-01 12:51:12 +02:00
parent 111aa83908
commit 4718f63c94
94 changed files with 1706 additions and 1001 deletions

View File

@@ -23,9 +23,9 @@
.th{
padding: 0.75rem 0.5rem;
background: #F8FAFA;
background: #fafafa;
font-size: 14px;
color: #444;
color: rgb(59, 71, 91);
font-weight: 500;
border-bottom: 1px solid rgb(224, 224, 224);
}
@@ -106,16 +106,39 @@
background: #1183DA;
}
}
.bp3-control.bp3-checkbox .bp3-control-indicator{
border: 2px solid #d7d7d7;
&,
&:hover{
height: 16px;
width: 16px;
}
}
.bp3-control.bp3-checkbox{
input:checked ~ .bp3-control-indicator,
input:indeterminate ~ .bp3-control-indicator,{
border-color: #0052ff;
}
}
}
.tbody{
width: 100%;
overflow: auto;
.tbody-inner{
> .loading{
padding-top: 40px;
}
}
.tr .td{
border-bottom: 1px solid #E8E8E8;
align-items: center;
color: #252833;
color: #141720;
.placeholder{
color: #999;