Skip to content

Commit

Permalink
removes unused CSS
Browse files Browse the repository at this point in the history
  • Loading branch information
misaugstad committed Jan 23, 2024
1 parent e0161dc commit 26a1c50
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 28 deletions.
27 changes: 0 additions & 27 deletions public/javascripts/SVLabel/css/svl-onboarding.css
Original file line number Diff line number Diff line change
@@ -1,30 +1,3 @@
@keyframes fadeInRightCustom {
from {
opacity: 0;
}
to {
opacity: 1;
}
}

@keyframes fadeInLeftCustom {
from {
opacity: 0;
}
to {
opacity: 1;
}
}

@keyframes fadeInDownCustom {
from {
opacity: 0;
}
to {
opacity: 1;
}
}

#tracker-holder {
position: absolute;
top: 0;
Expand Down
2 changes: 1 addition & 1 deletion public/stylesheets/animate.css
Original file line number Diff line number Diff line change
Expand Up @@ -1350,7 +1350,7 @@ Copyright (c) 2015 Daniel Eden

.fadeInRight {
-webkit-animation-name: fadeInRight;
animation-name: fadeInRight;
animation-name: fadeInRight;
}

@-webkit-keyframes fadeInRightBig {
Expand Down

0 comments on commit 26a1c50

Please sign in to comment.