From 6cb87f6c78d774d7179edceb2c8305ca42a257c1 Mon Sep 17 00:00:00 2001 From: Sergey Chebotar Date: Wed, 22 Feb 2023 08:32:22 +0300 Subject: [PATCH] Sign up section social links --- Views/Home/Index.cshtml | 3 +-- Views/Home/_Contact.cshtml | 42 -------------------------------------- Views/Home/_SignUp.cshtml | 7 +++++++ wwwroot/css/styles.css | 42 +++----------------------------------- 4 files changed, 11 insertions(+), 83 deletions(-) delete mode 100644 Views/Home/_Contact.cshtml diff --git a/Views/Home/Index.cshtml b/Views/Home/Index.cshtml index 7c575c3..54ff64d 100644 --- a/Views/Home/Index.cshtml +++ b/Views/Home/Index.cshtml @@ -8,5 +8,4 @@ - - \ No newline at end of file + \ No newline at end of file diff --git a/Views/Home/_Contact.cshtml b/Views/Home/_Contact.cshtml deleted file mode 100644 index cc85304..0000000 --- a/Views/Home/_Contact.cshtml +++ /dev/null @@ -1,42 +0,0 @@ -
-
-
-
-
-
- -

Address

-
-
4923 Market Street, Orlando FL
-
-
-
-
-
-
- -

Email

-
- -
-
-
-
-
-
- -

Phone

-
-
+1 (555) 902-8832
-
-
-
-
- -
-
\ No newline at end of file diff --git a/Views/Home/_SignUp.cshtml b/Views/Home/_SignUp.cshtml index 09bdde3..02584f6 100644 --- a/Views/Home/_SignUp.cshtml +++ b/Views/Home/_SignUp.cshtml @@ -4,6 +4,13 @@

Сделайте заказ сейчас!

+
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 {