From b0286a4498b626dff43a2c83d70bda75c9ce2a2b Mon Sep 17 00:00:00 2001 From: Kseninia Mikhaylova Date: Fri, 28 Jun 2024 17:01:04 +0300 Subject: [PATCH 01/39] css format --- front/src/components/Promo/sidebar.vue | 28 +++++++++++++------------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/front/src/components/Promo/sidebar.vue b/front/src/components/Promo/sidebar.vue index 0af8dce..827fc71 100644 --- a/front/src/components/Promo/sidebar.vue +++ b/front/src/components/Promo/sidebar.vue @@ -62,28 +62,28 @@ const sidebar_obj = ref() } .btn { - color: white; - transition: .2s linear; - background: #0B63F6; - padding-top: 5px; - padding-bottom: 7px; display: block; + margin: 0 auto; + + background: #4FD1C5; + background: linear-gradient(90deg, rgba(129, 230, 217, 1) 0%, rgba(79, 209, 197, 1) 100%); + color: #313133; + transition: .2s linear; + + padding: 1rem 1.5rem; + font-size: 1.25rem; + font-weight: 700; + text-align: center; text-decoration: none; - min-width: 300px; - min-height: 60px; - display: inline-flex; - font-family: 'Nunito', sans-serif; - font-size: 22px; + align-items: center; justify-content: center; text-transform: uppercase; letter-spacing: 1.3px; - font-weight: 700; - color: #313133; - background: #4FD1C5; - background: linear-gradient(90deg, rgba(129, 230, 217, 1) 0%, rgba(79, 209, 197, 1) 100%); + border-radius: 1000px; + box-shadow: 12px 12px 24px rgba(79, 209, 197, .64); } -- 2.40.1 From 5a3046eee01c35f8622e3a0c01f2a629e693a441 Mon Sep 17 00:00:00 2001 From: Kseninia Mikhaylova Date: Fri, 28 Jun 2024 17:06:03 +0300 Subject: [PATCH 02/39] homelink --- front/src/components/Promo/main.vue | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) diff --git a/front/src/components/Promo/main.vue b/front/src/components/Promo/main.vue index 47f854e..dc8a146 100644 --- a/front/src/components/Promo/main.vue +++ b/front/src/components/Promo/main.vue @@ -1,7 +1,7 @@