diff --git a/prototype/src/main/resources/static/css/ecom.css b/prototype/src/main/resources/static/css/ecom.css index 7cb8dc6..3cd1f51 100644 --- a/prototype/src/main/resources/static/css/ecom.css +++ b/prototype/src/main/resources/static/css/ecom.css @@ -836,6 +836,12 @@ input[type="number"]:focus { margin: 0px; } +.logo { + object-fit: fill; + height: var(--u3); + display: block; +} + /*** THE UGLY diff --git a/prototype/src/main/resources/static/img/ecom-logo-base.svg b/prototype/src/main/resources/static/img/ecom-logo-base.svg new file mode 100644 index 0000000..d354ac3 --- /dev/null +++ b/prototype/src/main/resources/static/img/ecom-logo-base.svg @@ -0,0 +1,114 @@ + + + + diff --git a/prototype/src/main/resources/static/img/ecom-logo.svg b/prototype/src/main/resources/static/img/ecom-logo.svg new file mode 100644 index 0000000..0f1bda2 --- /dev/null +++ b/prototype/src/main/resources/static/img/ecom-logo.svg @@ -0,0 +1,121 @@ + + + + diff --git a/prototype/src/main/resources/templates/fragments/header.html b/prototype/src/main/resources/templates/fragments/header.html index 41ab502..d3d3053 100644 --- a/prototype/src/main/resources/templates/fragments/header.html +++ b/prototype/src/main/resources/templates/fragments/header.html @@ -7,7 +7,7 @@