From e79a07c0190c78a49000cf7daf3a62263613156b Mon Sep 17 00:00:00 2001 From: ManuelaLuanaSchumackerTavares Date: Mon, 23 Jan 2023 15:46:22 -0300 Subject: [PATCH] feat(pdp): cria nova bransh de desenvolvimento --- styles/css/agenciamagma.store-theme.css | 2 +- styles/sass/pages/product/agenciamagma.store-theme.scss | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/styles/css/agenciamagma.store-theme.css b/styles/css/agenciamagma.store-theme.css index 5e37ba5..86c9934 100644 --- a/styles/css/agenciamagma.store-theme.css +++ b/styles/css/agenciamagma.store-theme.css @@ -12,5 +12,5 @@ } .html--pdp-breadcrumb { - background-color: green; + background-color: pink; } \ 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 index ea7d5b9..a22819f 100644 --- a/styles/sass/pages/product/agenciamagma.store-theme.scss +++ b/styles/sass/pages/product/agenciamagma.store-theme.scss @@ -3,6 +3,5 @@ } .html--pdp-breadcrumb { - background-color: green; + background-color: pink; } -