From 6cb87f6c78d774d7179edceb2c8305ca42a257c1 Mon Sep 17 00:00:00 2001 From: Sergey Chebotar Date: Wed, 22 Feb 2023 08:32:22 +0300 Subject: Sign up section social links --- wwwroot/css/styles.css | 42 +++--------------------------------------- 1 file changed, 3 insertions(+), 39 deletions(-) (limited to 'wwwroot/css') diff --git a/wwwroot/css/styles.css b/wwwroot/css/styles.css index 6d553d6..da4a992 100644 --- a/wwwroot/css/styles.css +++ b/wwwroot/css/styles.css @@ -11648,52 +11648,16 @@ body { background-attachment: scroll; background-size: cover; } -.signup-section .form-signup input { - box-shadow: 0 0.1875rem 0.1875rem 0 rgba(0, 0, 0, 0.1) !important; - padding: 1.25rem 2rem; - height: auto; - font-family: "Varela Round", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; - font-size: 80%; - text-transform: uppercase; - letter-spacing: 0.15rem; - border: 0; -} -.contact-section { - padding-top: 5rem; -} -.contact-section .card { - border: 0; - border-bottom: 0.25rem solid #64a19d; -} -.contact-section .card h4, .contact-section .card .h4 { - font-size: 0.8rem; - font-family: "Varela Round", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; - text-transform: uppercase; - letter-spacing: 0.15rem; -} -.contact-section .card hr { - border-color: #64a19d; - border-width: 0.25rem; - width: 3rem; -} -.contact-section .social { - margin-top: 5rem; -} -.contact-section .social a { +.signup-section .social a { + font-size: 1.3rem; text-align: center; height: 3rem; width: 3rem; background: rgba(255, 255, 255, 0.1); border-radius: 100%; line-height: 3rem; - color: rgba(255, 255, 255, 0.3); -} -.contact-section .social a:hover { - color: rgba(255, 255, 255, 0.5); -} -.contact-section .social a:active { - color: #fff; + color: rgba(255, 255, 255, 0.8); } .footer { -- cgit v1.2.3