From 0bfed2f062d67c62c2fb3c969422a9cbe43779f3 Mon Sep 17 00:00:00 2001 From: elforjani3 Date: Mon, 4 Jan 2021 20:18:36 +0200 Subject: [PATCH] fix: invoices fully-paid. --- client/src/style/pages/invoice-form.scss | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/client/src/style/pages/invoice-form.scss b/client/src/style/pages/invoice-form.scss index c7d184d65..37c176938 100644 --- a/client/src/style/pages/invoice-form.scss +++ b/client/src/style/pages/invoice-form.scss @@ -51,11 +51,13 @@ line-height: 1.5; } .fully-paid-status { + height: 19px; + width: 19px; display: inline-block; - border-radius: 50%; background: #2ba01d; - color: #ffffff; + border-radius: 50%; margin-right: 6px; + color: #ffffff; } .bp3-progress-bar {