major refactor of web store into vue setup style declaration; reactivity debugging; order view has known refresh issues

This commit is contained in:
Tim Olson
2023-11-27 00:52:17 -04:00
parent 41457b85f5
commit d2db5dc4f7
24 changed files with 545 additions and 364 deletions

View File

@@ -37,6 +37,11 @@
text-align: end;
}
.v-input {
margin-top: 1em;
margin-bottom: 1em;
}
.maxw {
max-width: v.$card-maxw;
}