Change button animation interval

This commit is contained in:
tobspr 2022-06-16 20:57:38 +02:00
parent 04e5d340a7
commit abd26182f5
1 changed files with 1 additions and 1 deletions

View File

@ -40,7 +40,7 @@
@include S(margin-top, 15px);
&[data-btn-variant="prod"] {
@include InlineAnimation(8s ease-in-out) {
@include InlineAnimation(11s ease-in-out) {
0% {
opacity: 0.05;
}