diff --git a/prototype/src/main/resources/static/css/ecom.css b/prototype/src/main/resources/static/css/ecom.css index 0de46a3..ace315a 100644 --- a/prototype/src/main/resources/static/css/ecom.css +++ b/prototype/src/main/resources/static/css/ecom.css @@ -140,6 +140,19 @@ +.huge { + --u5: calc(3.375rem * 1.5 * 1.5 * 1.5 * 1.5 * 1.5); + --u4: calc(3.375rem * 1.5 * 1.5 * 1.5 * 1.5); + --u3: calc(3.375rem * 1.5 * 1.5 * 1.5); + --u2: calc(3.375rem * 1.5 * 1.5); + --u1: calc(3.375rem * 1.5); + --u0: calc(3.375rem); + --u-1: calc(3.375rem * 0.666); + --u-2: calc(3.375rem * 0.666 * 0.666); + --u-3: calc(3.375rem * 0.666 * 0.666 * 0.666); + --u-4: calc(3.375rem * 0.666 * 0.666 * 0.666 * 0.666); +} + .smaller { --u5: calc(0.666em * 1.5 * 1.5 * 1.5 * 1.5 * 1.5); --u4: calc(0.666em * 1.5 * 1.5 * 1.5 * 1.5); @@ -154,6 +167,7 @@ } + * { margin: 0em; padding: 0em; @@ -684,6 +698,27 @@ fieldset label { min-width: 15rem; } +.grid.xl > .spacer { + box-shadow: none; + + margin: calc(var(--u0) * 2); + padding: 0px; + + width: 80rem; + max-width: 80rem; + min-width: 30rem; + height: 0px; + padding: 0px; +} + +.grid.xl > * { + width: 80rem; + max-width: 40rem; + min-width: 20rem; +} + + + .vertical-spacer.s { min-height: 10rem; } diff --git a/prototype/src/main/resources/templates/user/bonuspoints.html b/prototype/src/main/resources/templates/user/bonuspoints.html index e69de29..bb33a62 100644 --- a/prototype/src/main/resources/templates/user/bonuspoints.html +++ b/prototype/src/main/resources/templates/user/bonuspoints.html @@ -0,0 +1,57 @@ + + + + + + + + Bonusprogramm + + + + + + + +
+ +
+
+
+

Ihr Bonuspunktestand beträgt:

+

15

+
+
+

Bonuspunkte sichern

+

+ Sie sichern sich automatisch bei jedem Einkaufen pro Angefangenen + 10 € einen Bonuspunkt. +

+

+ Eine Übersicht ihrer Bonuspunkt finden sie hier auf dieser + Bonus. +

+

+ Um die Bonuspunkte einzulösen hacken sie einfach + "Bonuspunkte" verwenden beim Abschließen der Bestellung + an. Für jeden Bonuspunkt wird ihnen 0,50 € gutgeschrieben. +

+
+
+ +
+
+
+
+
+
+
+ + + + diff --git a/prototype/src/main/resources/templates/user/settings.html b/prototype/src/main/resources/templates/user/settings.html index 26e443a..76fd9a8 100644 --- a/prototype/src/main/resources/templates/user/settings.html +++ b/prototype/src/main/resources/templates/user/settings.html @@ -5,7 +5,7 @@ - Über uns + Einstellungen