From 2768ee987703f33a0e4b614dc3ef376d2dda07bf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=97=D0=B5=D0=BB=D0=B5=D0=BD=D1=81=D0=BA=D0=B0=D1=8F=20?= =?UTF-8?q?=D0=90=D0=BD=D0=B0=D1=81=D1=82=D0=B0=D1=81=D0=B8=D1=8F=20=D0=9D?= =?UTF-8?q?=D0=B8=D0=BA=D0=BE=D0=BB=D0=B0=D0=B5=D0=B2=D0=BD=D0=B0?= Date: Fri, 28 Jun 2024 15:42:26 +0300 Subject: [PATCH] side --- front/src/components/Promo/sidebar.vue | 32 +++++++++++++++++++++++++- 1 file changed, 31 insertions(+), 1 deletion(-) diff --git a/front/src/components/Promo/sidebar.vue b/front/src/components/Promo/sidebar.vue index 9a38597..ba2d512 100644 --- a/front/src/components/Promo/sidebar.vue +++ b/front/src/components/Promo/sidebar.vue @@ -19,9 +19,10 @@ onClickOutside(sidebar_obj, () => sidebar.close()) - + {{ sidebar.target_name }} + @@ -59,5 +60,34 @@ onClickOutside(sidebar_obj, () => sidebar.close()) margin: 1rem 0; font-size: 1.25rem; } + .btn { + color: white; + transition: .2s linear; + background: #0B63F6; + padding-top: 5px; + padding-bottom: 7px; + display: block; + 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); +} + +.btn:hover { + box-shadow: 0 0 0 2px white, 0 0 0 4px #3C82F8; +} } \ No newline at end of file