From b121585c685d97c2e2d67a991c6cde7ae6ffdfa8 Mon Sep 17 00:00:00 2001 From: Sabe Jones Date: Wed, 23 Oct 2019 12:48:51 -0500 Subject: [PATCH] fix(intro): don't use svg for background --- website/client/src/components/notifications.vue | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/website/client/src/components/notifications.vue b/website/client/src/components/notifications.vue index 0499bbaf8e..973d2fb15a 100644 --- a/website/client/src/components/notifications.vue +++ b/website/client/src/components/notifications.vue @@ -39,9 +39,15 @@ } .introjs-tooltip { - background-image: url('~@/assets/svg/for-css/tutorial-border.svg'); - background-size: 100% 100%; - background-repeat: no-repeat; + border-style: solid; + border-width: 2px; + border-color: #FFA623; + outline-style: solid; + outline-width: 2px; + outline-color: #B36213; + margin: 2px; + position: relative; + height: 131px; min-height: 131px !important; width: 400px;