mirror of
https://github.com/Derpy-Leggies/OnlyLegs.git
synced 2025-06-29 11:36:16 +00:00
Fix jumpUp button
Switch to reffere instead of src url Once again, I am changing animations
This commit is contained in:
parent
f845f614df
commit
a9b13f1e39
7 changed files with 38 additions and 22 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -90,7 +90,6 @@
|
|||
left: 0px
|
||||
|
||||
background-color: $white
|
||||
opacity: 0
|
||||
|
||||
animation: notificationTimeout 5.1s linear
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue