From 58ee18df172bd53939551f0eff8bc71e41956ee3 Mon Sep 17 00:00:00 2001 From: Evan Mullins Date: Wed, 30 Aug 2023 10:41:43 -0400 Subject: [PATCH] remove temporary yst styles since they have now been updated at the source --- src/app/pages/ecommerce/styles.scss | 19 ------------------- 1 file changed, 19 deletions(-) diff --git a/src/app/pages/ecommerce/styles.scss b/src/app/pages/ecommerce/styles.scss index 27773d13b..1eba27a58 100644 --- a/src/app/pages/ecommerce/styles.scss +++ b/src/app/pages/ecommerce/styles.scss @@ -9,23 +9,4 @@ background-color: rgb(255 255 255 / 0.5); } } - - /* Needed temporarily for WonderCart styles with old references to yst classes */ - .yst-button, - .yst-button--primary { - background-color: rgb(25 107 222); - border-color: transparent; - color: rgb(255 255 255); - font-size: .8125rem; - font-weight: 500; - gap: 0.5rem; - padding: 0.5rem 1rem; - - &.yst-button--secondary { - background-color: rgb(255 255 255); - border-color: rgb(25 107 222); - color: rgb(0 0 0); - } - } - } \ No newline at end of file