summaryrefslogtreecommitdiff
path: root/wwwroot/css
diff options
context:
space:
mode:
authorSergey Chebotar <s.chebotar@gmail.com>2023-02-22 08:32:22 +0300
committerSergey Chebotar <s.chebotar@gmail.com>2023-02-22 08:32:22 +0300
commit6cb87f6c78d774d7179edceb2c8305ca42a257c1 (patch)
tree4757c81209a080cbc6f3fe2c37d7dedcf0fd5ac5 /wwwroot/css
parent54d36a9d093ce66ee96f35c3f03e5011cf165b06 (diff)
Sign up section social links
Diffstat (limited to 'wwwroot/css')
-rw-r--r--wwwroot/css/styles.css42
1 files changed, 3 insertions, 39 deletions
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 {