diff --git a/prototype/src/main/resources/static/css/ecom.css b/prototype/src/main/resources/static/css/ecom.css index 3acd4d5..3112820 100644 --- a/prototype/src/main/resources/static/css/ecom.css +++ b/prototype/src/main/resources/static/css/ecom.css @@ -1,4 +1,4 @@ -@import "fonts.css"; +@import "fonts.css"; :root { font-family: "Fira Sans"; @@ -180,6 +180,20 @@ table tr:nth-child(2n+1) { background-color: var(--c-base-highlight); } + +img.xs { + width: var(--u2); +} + +img.s { + width: var(--u4); +} + + +img.m { + width: var(--u8); +} + /* * NAV */ @@ -299,6 +313,14 @@ label { font-weight: bold; } +input.linestyle { + background-color: transparent; + border-bottom: var(--u-4) solid var(--c-primary); + border-radius: 0px; + padding: 0px; +} + + /* * HERO */ @@ -326,6 +348,35 @@ label { padding-right: var(--u0); } +.full-width { + width: 100%; +} + +.detailgrid { + display: grid; + grid-template-columns: repeat(auto-fit, minmax(20rem, 1fr)); + grid-template-rows: auto; + grid-column-gap: var(--u0); +} + +.detailgrid > .s { + grid-column: span 1; +} + +.detailgrid > .m { + grid-column: span 2; +} + +.detailgrid > .l { + grid-column: span 3; +} + +.detailgrid > .spacer { + grid-column: span 3; + height: 0px; +} + + .bar-flex { display: flex; align-items: center; diff --git a/prototype/src/main/resources/static/css/listedArticles.css b/prototype/src/main/resources/static/css/listedArticles.css index 3f64096..ee6bcb4 100644 --- a/prototype/src/main/resources/static/css/listedArticles.css +++ b/prototype/src/main/resources/static/css/listedArticles.css @@ -1,20 +1,3 @@ -img.xs { - width: var(--u2); -} - -img.s { - width: var(--u4); -} - - -img.m { - width: var(--u8); -} - -.full-width { - width: 100%; -} - span.checked::after { content: "✔️"; } @@ -22,34 +5,3 @@ span.checked::after { span.unchecked::after { content: "❌"; } - -input.linestyle { - background-color: transparent; - border-bottom: var(--u-4) solid var(--c-primary); - border-radius: 0px; - padding: 0px; -} - -.formgrid { - display: grid; - grid-template-columns: repeat(auto-fit, minmax(20rem, 1fr)); - grid-template-rows: auto; - grid-column-gap: var(--u0); -} - -.formgrid > .s { - grid-column: span 1; -} - -.formgrid > .m { - grid-column: span 2; -} - -.formgrid > .l { - grid-column: span 3; -} - -.formgrid > .spacer { - grid-column: span 3; - height: 0px; -} diff --git a/prototype/src/main/resources/templates/customerAccountSettings.html b/prototype/src/main/resources/templates/customerAccountSettings.html index e7288af..7577315 100644 --- a/prototype/src/main/resources/templates/customerAccountSettings.html +++ b/prototype/src/main/resources/templates/customerAccountSettings.html @@ -13,7 +13,7 @@

Account Settings

-
+

General Settings

diff --git a/prototype/src/main/resources/templates/intern/listedArticlesEdit.html b/prototype/src/main/resources/templates/intern/listedArticlesEdit.html index c57b5a9..0b02434 100644 --- a/prototype/src/main/resources/templates/intern/listedArticlesEdit.html +++ b/prototype/src/main/resources/templates/intern/listedArticlesEdit.html @@ -36,7 +36,7 @@ ) -->

Artikel bearbeiten

- +