forwards and backwards drawing

This commit is contained in:
Fedor Katurov 2020-01-22 15:16:34 +07:00
parent bbd7d6a89a
commit ad676d5fde
11 changed files with 119 additions and 21 deletions

View file

@ -430,6 +430,12 @@
&.inactive {
opacity: 0.5;
}
&.active {
svg {
fill: url(#activeButtonGradient);
}
}
}
.helper__buttons {