diff --git a/prototype/src/main/resources/static/css/ecom.css b/prototype/src/main/resources/static/css/ecom.css index d235d53..5aa4831 100644 --- a/prototype/src/main/resources/static/css/ecom.css +++ b/prototype/src/main/resources/static/css/ecom.css @@ -308,7 +308,7 @@ input[type="password"] { border: none; - border-radius: var(--u-2); + /*border-radius: var(--u-2);*/ margin-top: var(--u0); margin-bottom: var(--u0); @@ -347,7 +347,7 @@ button, .button { color: var(--c-base); border: none; - border-radius: var(--u-2); + /*border-radius: var(--u-2);*/ margin-bottom: var(--u0); margin-top: var(--u0); @@ -363,6 +363,11 @@ button, .button { /* box-shadow: var(--s-0-secondary); */ } +nav button.bg-none, +nav .button.bg-none { + background-color: transparent; +} + button:active, .button:active { background-color: var(--c-primary-highlight); } @@ -561,6 +566,10 @@ fieldset label { flex-wrap: wrap; } +.sidebar-layout > * { + min-width: 15rem; +} + .sidebar-layout > *:nth-child(2) { flex: 1; } @@ -584,7 +593,12 @@ fieldset label { flex: 1; margin: var(--u0); padding: var(--u0); - border-radius: var(--u0); + /*border-radius: var(--u0);*/ +} + +.grid.condensed > * { + flex: 1; + padding: 0px; } .grid.base > * { @@ -690,7 +704,7 @@ fieldset label { } .modal > * { - border-radius: var(--u0); + /*border-radius: var(--u0);*/ padding: var(--u0); flex: 1; } @@ -704,7 +718,7 @@ fieldset label { display: flex; padding: 0px; - border-radius: var(--u0); + /*border-radius: var(--u0);*/ } .input-icon > input { diff --git a/prototype/src/main/resources/templates/fragments/header.html b/prototype/src/main/resources/templates/fragments/header.html index 6385960..ebab6b2 100644 --- a/prototype/src/main/resources/templates/fragments/header.html +++ b/prototype/src/main/resources/templates/fragments/header.html @@ -7,13 +7,13 @@