Merge pull request 'fix(css do storeTheme) Deleta o arquivo agenciamagma.store-theme.scss pois não alterava em nada o projeto' (#2) from feature/challenge-vtex-io into master

Reviewed-on: #2
This commit is contained in:
Filipe Quintanilha Evangelista 2023-02-10 23:38:15 +00:00
commit 928e70eff0
2 changed files with 0 additions and 24 deletions

View File

@ -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;
}

View File

@ -1,7 +0,0 @@
.html {
background-color: red;
}
.html--pdp-breadcrumb {
background-color: green;
}