fix(css do storeTheme) Deleta o arquivo agenciamagma.store-theme.scss pois não alterava em nada o projeto

This commit is contained in:
Filipe Quintanilha Evangelista 2023-02-10 20:37:32 -03:00
parent 14b30b6f43
commit 94cb972583
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;
}