fix: BIG-199 Purchase invoice partial payment status progress height not consistent with sell invoice style.

This commit is contained in:
a.bouhuolia
2021-12-30 12:50:27 +02:00
parent c1e229814f
commit 0bd11419bb
2 changed files with 2 additions and 9 deletions

View File

@@ -45,7 +45,7 @@
font-size: 13.5px; font-size: 13.5px;
} }
.bp3-progress-bar { .bp3-progress-bar {
height: 4px; height: 3px;
max-width: 180px; max-width: 180px;
&, &,

View File

@@ -45,7 +45,7 @@
font-size: 13.5px; font-size: 13.5px;
} }
.bp3-progress-bar { .bp3-progress-bar {
height: 4px; height: 3px;
max-width: 180px; max-width: 180px;
&, &,
@@ -55,12 +55,5 @@
} }
} }
} }
.table-size--small {
.status.td {
.bp3-progress-bar {
height: 3px;
}
}
}
} }
} }