Fixed background animation

This commit is contained in:
p.belezov 2023-12-21 17:29:55 +08:00
parent c9ab52958f
commit acd9402bc1

View File

@ -116,6 +116,19 @@ export default {
height: 100vh;
}
@keyframes gradient {
0% {
background-position: 0 50%;
}
50% {
background-position: 100% 50%;
}
100% {
background-position: 0 50%;
}
}
.customBtn {
background-color: #0d47a1;
color: mintcream;