From 126656d14e419b36dbb03fe47a6ad88bd8394761 Mon Sep 17 00:00:00 2001
From: "p.belezov"
Date: Mon, 27 May 2024 09:59:13 +0800
Subject: [PATCH] =?UTF-8?q?=D0=92=20=D1=80=D0=B0=D1=81=D0=BF=D0=B8=D1=81?=
=?UTF-8?q?=D0=B0=D0=BD=D0=B8=D0=B8=20=D0=B7=D0=B0=D1=80=D0=B5=D0=B4=D0=B8?=
=?UTF-8?q?=D0=B7=D0=B0=D0=B9=D0=BD=D0=B8=D0=BB=20=D1=81=D0=BF=D0=B8=D1=81?=
=?UTF-8?q?=D0=BE=D0=BA=20=D1=81=D1=81=D1=8B=D0=BB=D0=BE=D0=BA?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
resources/views/Schedule/Links.vue | 13 ++++++++++++-
1 file changed, 12 insertions(+), 1 deletion(-)
diff --git a/resources/views/Schedule/Links.vue b/resources/views/Schedule/Links.vue
index 3fb6ce0..e36f97b 100644
--- a/resources/views/Schedule/Links.vue
+++ b/resources/views/Schedule/Links.vue
@@ -37,7 +37,7 @@
-
+
@@ -53,4 +53,15 @@
background-size: 200% 200%;
animation: gradient 15s ease infinite;
}
+ .box-gradient {
+ border: 10px solid transparent;
+ background: linear-gradient(
+ #ffffff,
+ #ffffff) padding-box,
+ linear-gradient(45deg,
+ #FF52E5,
+ #F6D242) border-box;
+ border-radius: 14px;
+ }
+