From 65b4a68f7e3f2ddf6551cd184adffa7c35e8fe8a Mon Sep 17 00:00:00 2001 From: Hykilpikonna Date: Sun, 10 Nov 2019 13:44:08 -0500 Subject: [PATCH] [S] Remove el-card border --- src/components/app/app.scss | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/components/app/app.scss b/src/components/app/app.scss index 7ba6e7d..cc31b0e 100644 --- a/src/components/app/app.scss +++ b/src/components/app/app.scss @@ -42,6 +42,11 @@ { background: #555555 !important; } + + .el-card + { + border: none !important; + } } // ##############