From 94cb972583e1785e95736e34867a627812b4cc0a Mon Sep 17 00:00:00 2001 From: Filipe Quintanilha Date: Fri, 10 Feb 2023 20:37:32 -0300 Subject: [PATCH] =?UTF-8?q?fix(css=20do=20storeTheme)=20Deleta=20o=20arqui?= =?UTF-8?q?vo=20agenciamagma.store-theme.scss=20pois=20n=C3=A3o=20alterava?= =?UTF-8?q?=20em=20nada=20o=20projeto?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- styles/css/agenciamagma.store-theme.css | 17 ----------------- .../pages/product/agenciamagma.store-theme.scss | 7 ------- 2 files changed, 24 deletions(-) delete mode 100644 styles/css/agenciamagma.store-theme.css delete mode 100644 styles/sass/pages/product/agenciamagma.store-theme.scss diff --git a/styles/css/agenciamagma.store-theme.css b/styles/css/agenciamagma.store-theme.css deleted file mode 100644 index 34402ef..0000000 --- a/styles/css/agenciamagma.store-theme.css +++ /dev/null @@ -1,17 +0,0 @@ -/* -0 - 600PX: Phone -600 - 900px: Table portrait -900 - 1200px: Tablet landscape -[1200 - 1800] is where our nortal styles apply -1800px + : Big desktop -*/ -/* Media Query M3 */ -/* Grid breakpoints */ -@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;500;600;700&display=swap"); -.html { - background-color: red; -} - -.html--pdp-breadcrumb { - background-color: green; -} \ No newline at end of file diff --git a/styles/sass/pages/product/agenciamagma.store-theme.scss b/styles/sass/pages/product/agenciamagma.store-theme.scss deleted file mode 100644 index b053eac..0000000 --- a/styles/sass/pages/product/agenciamagma.store-theme.scss +++ /dev/null @@ -1,7 +0,0 @@ -.html { - background-color: red; -} - -.html--pdp-breadcrumb { - background-color: green; -}