Fixed background animation
This commit is contained in:
parent
c9ab52958f
commit
acd9402bc1
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue