homo_experimental #2

Merged
ncoronel merged 19 commits from homo_experimental into homologacion 2026-08-31 11:25:31 +00:00
39 changed files with 1118 additions and 147 deletions
Showing only changes of commit 5d9adc0494 - Show all commits

View File

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

View File

@@ -6,6 +6,15 @@
@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;