Compare commits

..

No commits in common. "c387a01d6266f981c2ef10b995eeef8e74b7c248" and "dbfadf417a95edfc346829537280fc12ca291dd4" have entirely different histories.

2 changed files with 0 additions and 13 deletions

View File

@ -1,7 +1,5 @@
:host {
display: flex;
width: 100%;
min-width: 0;
min-height: 100dvh;
background: #f5f5f5;
color: #202020;
@ -9,8 +7,6 @@
.store-layout {
position: relative;
width: 100%;
min-width: 0;
}
.store-layout__cart-overlay {

View File

@ -6,15 +6,6 @@
@import '../node_modules/bootstrap/scss/bootstrap';
html,
body,
app-root {
width: 100%;
min-height: 100%;
margin: 0;
background: #f5f5f5;
}
:root,
app-root {
--border-color: #dddddd;