Fix jumpUp button

Switch to reffere instead of src url
Once again, I am changing animations
This commit is contained in:
Michał Gdula 2023-02-01 00:57:36 +00:00
parent f845f614df
commit a9b13f1e39
7 changed files with 38 additions and 22 deletions

View file

@ -7,10 +7,13 @@
@keyframes notificationTimeout
0%
left: -100%
opacity: 1
height: 3px
90%
left: 0%
opacity: 1
height: 3px
95%
left: 0%
height: 0
100%
left: 0%
opacity: 0
height: 0

View file

@ -27,3 +27,11 @@
&:hover
background-color: $black
color: $primary
.jumpUp--show
right: 0.75rem
opacity: 1
@media (max-width: $breakpoint)
.jumpUp
bottom: 4.25rem

View file

@ -90,7 +90,6 @@
left: 0px
background-color: $white
opacity: 0
animation: notificationTimeout 5.1s linear