From 9c35ee8af7199e71580d0f659fa67b25965f11d4 Mon Sep 17 00:00:00 2001 From: TreetopFlyer Date: Thu, 23 Sep 2021 14:20:23 -0400 Subject: [PATCH] icons used, layout updated --- index.html | 192 +++++++++++++++++++++++++++++++++-------------------- 1 file changed, 120 insertions(+), 72 deletions(-) diff --git a/index.html b/index.html index c4a11cf..49821d4 100644 --- a/index.html +++ b/index.html @@ -22,32 +22,33 @@ } .block > *:last-child { - padding-right: 10px; + padding-right: 20px; } .block__hit-area { width:100%; } - .block--empty, input:checked + .block--empty-active + .col--empty, input:checked + .col--empty-active { + border-radius:4px; border:1px solid #f1f1ee; } - .block--warm, input:checked + .block--warm-active + .col--warm, input:checked + .col--warm-active { border:1px solid #f1f1ee; background:#F8F8F6; } - .block--cool, input:checked + .block--cool-active + .col--cool, input:checked + .col--cool-active { border: 1px solid #ccd7de; background:#e6ebee; } - .block--gray, input:checked + .block--gray-active + .col--gray, input:checked + .col--gray-active { border: 1px solid #E1DFDF; background:#F8F8F6; } - .block--green, input:checked + .block--green-active + .col--green, input:checked + .col--green-active { border: 1px solid #5E7D65; background:#5E7D65; @@ -164,10 +165,9 @@ input[type='text'], input[type='number'], input[type='email'], select { position:relative; - height:44px; box-sizing: border-box; margin:0; - padding:10px 13px; + padding:0px 13px; border: 1px solid #DBDCD4; appearance: none; @@ -177,15 +177,18 @@ color:#000000; font-weight:500; font-size:16px; - line-height:24px; + line-height:44px; } select { - top:1.5px; + line-height:44px; padding-right:50px; background:url(); } - + button + { + line-height: 44px; + } @@ -320,6 +323,10 @@ @@ -350,9 +365,11 @@ - + -