refactoring: account form.

refactoring: expense form.
refactoring: manual journal form.
refactoring: invoice form.
This commit is contained in:
a.bouhuolia
2021-02-15 12:03:47 +02:00
parent 692f3b333a
commit 760c38b54b
124 changed files with 2694 additions and 2967 deletions

View File

@@ -93,14 +93,6 @@
}
}
&:last-of-type {
.td {
.bp3-button,
.bp3-input-group {
display: none;
}
}
}
.td.actions {
.bp3-button {
background-color: transparent;
@@ -123,13 +115,7 @@
padding-top: 2px;
}
}
.debit.td,
.credit.td {
> span {
font-weight: 600;
color: #444;
}
}
}
.td {
&.note {
@@ -182,25 +168,42 @@
.button--clear-lines {
&.bp3-button:not([class*='bp3-intent-']):not(.bp3-minimal) {
background-color: #fcefef;
&:hover{
background-color: #f8e4e4;
}
}
}
}
&.has-total-row {
.table .tbody-inner .tr:last-of-type {
.td {
border-top-width: 2px;
border-top-color: #e9e9ef;
border-top-style: solid;
min-height: 40px;
.tfooter{
.debit.td,
.credit.td {
> span {
font-weight: 600;
color: #444;
}
}
.td {
border-top-width: 2px;
border-top-color: #e9e9ef;
border-top-style: solid;
min-height: 40px;
&:not(.index) {
background-color: #fcfcfd;
}
font-weight: 500;
&.index span {
display: none;
}
&:not(.index) {
background-color: #fcfcfd;
}
&:first-of-type{
background-color: #f0f2f8;
}
&.index span {
display: none;
}
}
}

View File

@@ -59,6 +59,10 @@
margin: 25px 0 0 0;
padding-left: 20px;
padding-right: 20px;
label.bp3-label{
font-weight: 500;
}
}
}
}

View File

@@ -173,7 +173,7 @@
min-width: 50px;
&:hover {
min-width: 190px;
min-width: 220px;
.sidebar__head-logo {
transform: translate(0px, 0);

View File

@@ -297,6 +297,12 @@ $dashboard-views-bar-height: 45px;
}
}
&__page{
display: flex;
flex-direction: column;
flex: 1 0 0;
}
&__page-content {
display: flex;
flex-direction: column;
@@ -354,7 +360,7 @@ $dashboard-views-bar-height: 45px;
&__footer {
margin-top: auto;
padding: 8px 0;
border-top: 1px solid #ececec;
border-top: 1px solid #d2dce2;
.footer-links {
text-align: center;

View File

@@ -35,7 +35,7 @@ $sidebar-menu-item-color: rgb(255, 255, 255);
$sidebar-menu-item-color-active: rgb(255, 255, 255);
$sidebar-popover-submenu-bg: rgb(1, 20, 62);
$sidebar-menu-label-color: rgba(255, 255, 255, 0.45);
$sidebar-submenu-item-color: rgba(255, 255, 255, 0.6);
$sidebar-submenu-item-color: rgba(255, 255, 255, 0.7);
$sidebar-submenu-item-hover-color: rgb(255, 255, 255);
$sidebar-logo-opacity: 0.5;
$sidebar-submenu-item-bg-color: rgba(255, 255, 255, 0.2);