diff --git a/prototype/src/main/resources/static/css/ecom.css b/prototype/src/main/resources/static/css/ecom.css index 5aa4831..0de46a3 100644 --- a/prototype/src/main/resources/static/css/ecom.css +++ b/prototype/src/main/resources/static/css/ecom.css @@ -195,7 +195,6 @@ a.section { p { padding-top: var(--u0); padding-bottom: var(--u0); - color: var(--c-black); } h1 { @@ -742,6 +741,24 @@ fieldset label { * CONTENT */ +.card { + padding: var(--u0); + background-color: var(--c-primary); + color: var(--c-base); +} + +.card.s { + width: 10rem; +} + +.card.m { + width: 20rem; +} + +.card.l { + width: 40rem; +} + .price { opacity: 75%; font-size: var(--u1); @@ -752,15 +769,9 @@ fieldset label { text-align: center; } -.leftspace { - padding-left: 1em; +.no-padding { + padding: 0px; } -.noPadding { - padding: 0rem; -} -.noMargin { - margin: 0rem; -} -.Margin-left.s { - margin-left: 2rem; +.no-margin { + margin: 0px; } diff --git a/prototype/src/main/resources/templates/register.html b/prototype/src/main/resources/templates/register.html index dce2736..2125d5c 100644 --- a/prototype/src/main/resources/templates/register.html +++ b/prototype/src/main/resources/templates/register.html @@ -59,7 +59,7 @@