From 8b1ee610cc580213f0413325496ab51c166eef59 Mon Sep 17 00:00:00 2001 From: Gerard Date: Tue, 11 Dec 2018 07:47:27 +0100 Subject: [PATCH] =?UTF-8?q?#889=20Registro=20de=20pagos=20web=20m=C3=A1s?= =?UTF-8?q?=20intuitivo?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- client/client/src/web-payment/style.scss | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 client/client/src/web-payment/style.scss diff --git a/client/client/src/web-payment/style.scss b/client/client/src/web-payment/style.scss new file mode 100644 index 000000000..dbbd120c9 --- /dev/null +++ b/client/client/src/web-payment/style.scss @@ -0,0 +1,10 @@ +@import "colors"; + +vn-client-web-payment { + vn-icon[icon=clear] { + color: $alert01; + } + vn-icon[icon=check] { + color: $main-02; + } +} \ No newline at end of file