From 0bd11419bbf05aa026c42d742c0ed0b5c68c55da Mon Sep 17 00:00:00 2001 From: "a.bouhuolia" Date: Thu, 30 Dec 2021 12:50:27 +0200 Subject: [PATCH] fix: `BIG-199` Purchase invoice partial payment status progress height not consistent with sell invoice style. --- src/style/pages/Bills/List.scss | 2 +- src/style/pages/SaleInvoice/List.scss | 9 +-------- 2 files changed, 2 insertions(+), 9 deletions(-) diff --git a/src/style/pages/Bills/List.scss b/src/style/pages/Bills/List.scss index 2fcb700cb..55b52b0af 100644 --- a/src/style/pages/Bills/List.scss +++ b/src/style/pages/Bills/List.scss @@ -45,7 +45,7 @@ font-size: 13.5px; } .bp3-progress-bar { - height: 4px; + height: 3px; max-width: 180px; &, diff --git a/src/style/pages/SaleInvoice/List.scss b/src/style/pages/SaleInvoice/List.scss index adb06f1e7..03e62e64a 100644 --- a/src/style/pages/SaleInvoice/List.scss +++ b/src/style/pages/SaleInvoice/List.scss @@ -45,7 +45,7 @@ font-size: 13.5px; } .bp3-progress-bar { - height: 4px; + height: 3px; max-width: 180px; &, @@ -55,12 +55,5 @@ } } } - .table-size--small { - .status.td { - .bp3-progress-bar { - height: 3px; - } - } - } } }