From 2c2edbadfa38101f2ea2f14cbd09632978e2d5d4 Mon Sep 17 00:00:00 2001 From: Seifeldin Mahjoub Date: Sun, 6 Sep 2020 20:28:16 +0200 Subject: [PATCH] fix: cards border color --- src/components/_cards.scss | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/components/_cards.scss b/src/components/_cards.scss index a108b31..5e468bf 100644 --- a/src/components/_cards.scss +++ b/src/components/_cards.scss @@ -2,7 +2,8 @@ @include shadow; @include color('border-color', 'muted-light'); backface-visibility: hidden; - border: 2px solid; + border-style: solid; + border-width: 2px; display: flex; flex-direction: column; position: relative;