diff --git a/stitch-order-form.html b/stitch-order-form.html index 19be263..36b18d6 100644 --- a/stitch-order-form.html +++ b/stitch-order-form.html @@ -39,15 +39,18 @@ @apply(--layout-center-center); } - #error p, #error iron-icon { - display: inline-block; + #error { + @apply(--layout-horizontal); + @apply(--layout-center-center); + color: var(--primary-error-color, --paper-red-a200); } - #error p { - color: var(--primary-error-color, --paper-red-a200); + #error[hidden] { + display: none; } #error iron-icon { + display: inline-block; color: var(--primary-error-color, --paper-red-a700); } @@ -153,11 +156,11 @@
[[failMessage]]
-