From 1528a6e5b24c21d5148e6de1431ac1821e5e4619 Mon Sep 17 00:00:00 2001 From: TreetopFlyer Date: Thu, 23 Sep 2021 15:17:01 -0400 Subject: [PATCH] giving form atomic started --- index.html | 68 ++++++++++++++++++++++++++++++++++++++---------------- 1 file changed, 48 insertions(+), 20 deletions(-) diff --git a/index.html b/index.html index 49821d4..a88a019 100644 --- a/index.html +++ b/index.html @@ -13,8 +13,6 @@ margin: 0; padding: 0; border: 0; - - border-radius: 4px; } .block > * { @@ -30,29 +28,45 @@ } .col--empty, input:checked + .col--empty-active { - border-radius:4px; + box-sizing: border-box; border:1px solid #f1f1ee; } .col--warm, input:checked + .col--warm-active { + box-sizing: border-box; border:1px solid #f1f1ee; background:#F8F8F6; } .col--cool, input:checked + .col--cool-active { + box-sizing: border-box; border: 1px solid #ccd7de; background:#e6ebee; } .col--gray, input:checked + .col--gray-active { + box-sizing: border-box; border: 1px solid #E1DFDF; background:#F8F8F6; } + .col--drab + { + border:1px solid #DBDCD4; + background: #F1F1EE; + } .col--green, input:checked + .col--green-active { - border: 1px solid #5E7D65; + border:none; background:#5E7D65; } + .col--inset + { + box-sizing: border-box; + appearance: none; + padding:0 30px; + border: 1px solid #DBDCD4; + box-shadow: inset 0px 1px 5px rgba(0, 0, 0, 0.1); + } @@ -161,7 +175,7 @@ top: 5px; } - + /* input[type='text'], input[type='number'], input[type='email'], select { position:relative; @@ -181,14 +195,10 @@ } select { - line-height:44px; padding-right:50px; background:url(); } - button - { - line-height: 44px; - } + */ @@ -333,7 +343,7 @@ .txt--size-copy{ font-size:16px; line-height:24px; } .txt--size-h2{ font-size:24px; line-height:28px; } .txt--size-h1{ font-size:32px; line-height:48px; } - + .txt--green-darken-01{ color: #4B6451; } .txt--col-white{ color:#ffffff; } @@ -344,19 +354,24 @@ .txt--uppercase{ text-transform: uppercase; } .txt--center{ text-align:center; } + .txt--tall{ line-height: 44px; } .gap--lg { margin:72px 0 0 0; } .gap--md { margin:47px 0 0 0; } .gap--sm { margin:24px 0 0 0; } .gap--xs { margin:12px 0 0 0; } - .gap--md-right { margin-right:42px; } .gap--sm-right { margin-right:20px; } + + .pad--md { padding-left: 16px; padding-right: 16px; } .dsp--block{ display:block; } - .dsp--inline-block{ display:block; } + .dsp--inline-block{ display:inline-block; vertical-align: top; } .dsp--wide{ width:100%; } - + .dsp--round{ border-radius:4px; } + .dsp--round-left{ border-top-left-radius:4px; border-bottom-left-radius:4px; } + .dsp--round-right{ border-top-right-radius:4px; border-bottom-right-radius:4px; } + .dsp--emboss{ border-left:1px solid rgba(0, 0, 0, 0.5);} @@ -382,8 +397,9 @@
Payment Information
- +
+
Listening Information
- - - +

- Truth For Life needs the contact information you provide to contact you about promotions & services. You may unsubscribe from these communications at anytime. For info on how to unsubscribe and our privacy practices, visit Privacy Policy. + Truth For Life needs the contact information you provide to contact you about promotions & services. You may unsubscribe from these communications at anytime. For info on how to unsubscribe and our privacy practices, visit Privacy Policy.

- + + +
+ + + + + + +
+ + +