feat: expand sidebar once open form editor page.

feat: rounding money amount.
feat: optimize page form structure.
feat: refactoring make journal and expense form with FastField component.
This commit is contained in:
Ahmed Bouhuolia
2020-11-29 00:06:59 +02:00
parent 53dd447540
commit 011542e2a3
118 changed files with 3883 additions and 2660 deletions

View File

@@ -65,7 +65,7 @@ $sidebar-submenu-item-bg-color: #01287d;
.#{$ns}-menu-item {
color: $sidebar-menu-item-color;
border-radius: 0;
padding: 8px 16px;
padding: 8px 18px;
font-size: 15px;
font-weight: 400;
@@ -93,7 +93,7 @@ $sidebar-submenu-item-bg-color: #01287d;
display: block;
color: $sidebar-menu-label-color;
font-size: 12px;
padding: 6px 16px;
padding: 6px 18px;
margin-top: 4px;
}
@@ -137,7 +137,7 @@ $sidebar-submenu-item-bg-color: #01287d;
color: $sidebar-menu-item-color;
}
.#{$ns}-menu-divider {
border-top-color: rgba(255, 255, 255, 0.125);
border-top-color: rgba(255, 255, 255, 0.15);
color: #6b708c;
margin: 4px 0;
}