From f318d167d9494a988801b1d4dd985bade748db17 Mon Sep 17 00:00:00 2001 From: madalingorbanescu Date: Mon, 2 Sep 2019 16:25:25 +0300 Subject: [PATCH] Small fix for inputs color and placeholder --- style-rtl.css | 15 +++++++++------ style.css | 12 ++++++------ variations/vasco/scss/_settings.scss | 1 + 3 files changed, 16 insertions(+), 12 deletions(-) diff --git a/style-rtl.css b/style-rtl.css index 2c1523e..d9f3ec6 100644 --- a/style-rtl.css +++ b/style-rtl.css @@ -1749,7 +1749,7 @@ input[type="text"], input[type="tel"], input[type="number"], input[type="date"], font-family: "HK Grotesk", sans-serif; font-size: 17px; line-height: 1.6; - color: #3B3B3B; + color: currentColor; border-radius: 4px; font-family: inherit; -webkit-font-smoothing: initial; } @@ -1948,7 +1948,7 @@ textarea { font-family: "HK Grotesk", sans-serif; font-size: 17px; line-height: 1.6; - color: #3B3B3B; + color: currentColor; border-radius: 4px; font-family: inherit; -webkit-font-smoothing: initial; @@ -1989,7 +1989,7 @@ select { font-family: "HK Grotesk", sans-serif; font-size: 17px; line-height: 1.6; - color: #3B3B3B; + color: currentColor; border-radius: 4px; font-family: inherit; -webkit-font-smoothing: initial; @@ -2065,7 +2065,7 @@ fieldset { font-family: "HK Grotesk", sans-serif; font-size: 17px; line-height: 1.6; - color: #3B3B3B; } + color: currentColor; } @media only screen and (max-width: 1024px) { .select2-container--default .select2-selection--single .select2-selection__rendered { padding: 7.8329px 14.77689px 9.6px; } } @@ -6999,7 +6999,7 @@ div.wpforms-container[class] { font-family: "HK Grotesk", sans-serif; font-size: 17px; line-height: 1.6; - color: #3B3B3B; + color: currentColor; border-radius: 4px; font-family: inherit; -webkit-font-smoothing: initial; @@ -7057,7 +7057,7 @@ div.wpforms-container[class] { font-family: "HK Grotesk", sans-serif; font-size: 17px; line-height: 1.6; - color: #3B3B3B; + color: currentColor; border-radius: 4px; font-family: inherit; -webkit-font-smoothing: initial; @@ -8043,6 +8043,9 @@ blockquote { .c-card:focus-within .c-card__thumbnail-background:before { opacity: 1; } +.c-card:focus-within .c-card__action:before { + width: 29px; } + @media not screen and (min-width: 62.5em) { .c-card { margin-bottom: 14px; } diff --git a/style.css b/style.css index 2368ed8..e6d4011 100644 --- a/style.css +++ b/style.css @@ -1749,7 +1749,7 @@ input[type="text"], input[type="tel"], input[type="number"], input[type="date"], font-family: "HK Grotesk", sans-serif; font-size: 17px; line-height: 1.6; - color: #3B3B3B; + color: currentColor; border-radius: 4px; font-family: inherit; -webkit-font-smoothing: initial; } @@ -1948,7 +1948,7 @@ textarea { font-family: "HK Grotesk", sans-serif; font-size: 17px; line-height: 1.6; - color: #3B3B3B; + color: currentColor; border-radius: 4px; font-family: inherit; -webkit-font-smoothing: initial; @@ -1989,7 +1989,7 @@ select { font-family: "HK Grotesk", sans-serif; font-size: 17px; line-height: 1.6; - color: #3B3B3B; + color: currentColor; border-radius: 4px; font-family: inherit; -webkit-font-smoothing: initial; @@ -2065,7 +2065,7 @@ fieldset { font-family: "HK Grotesk", sans-serif; font-size: 17px; line-height: 1.6; - color: #3B3B3B; } + color: currentColor; } @media only screen and (max-width: 1024px) { .select2-container--default .select2-selection--single .select2-selection__rendered { padding: 7.8329px 14.77689px 9.6px; } } @@ -6999,7 +6999,7 @@ div.wpforms-container[class] { font-family: "HK Grotesk", sans-serif; font-size: 17px; line-height: 1.6; - color: #3B3B3B; + color: currentColor; border-radius: 4px; font-family: inherit; -webkit-font-smoothing: initial; @@ -7057,7 +7057,7 @@ div.wpforms-container[class] { font-family: "HK Grotesk", sans-serif; font-size: 17px; line-height: 1.6; - color: #3B3B3B; + color: currentColor; border-radius: 4px; font-family: inherit; -webkit-font-smoothing: initial; diff --git a/variations/vasco/scss/_settings.scss b/variations/vasco/scss/_settings.scss index 87c30c0..7798730 100644 --- a/variations/vasco/scss/_settings.scss +++ b/variations/vasco/scss/_settings.scss @@ -388,3 +388,4 @@ $woocommerce-card-excerpt-font: $blog-card-excerpt-font; $woocommerce-card-footer-font: $blog-card-excerpt-font; $placeholder-color: currentColor; +$input-color: currentColor;