Skip to content

Commit

Permalink
chore(ScrollUpButton-pagestyles): convert transform into SVG file
Browse files Browse the repository at this point in the history
  • Loading branch information
WaitSpringQW committed Sep 12, 2024
1 parent 4d8ca3a commit 62eaa2f
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 5 deletions.
6 changes: 3 additions & 3 deletions dist/ScrollUpButton-pagestyles/ScrollUpButton-pagestyles.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions src/ScrollUpButton-pagestyles/ScrollUpButton-pagestyles.less
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
.gadget-scroll_up_button {
content: data-uri('./images/scroll-button.svg');
position: fixed;
right: 8px;
width: 32px;
Expand All @@ -13,11 +12,12 @@
}

&-down {
content: data-uri('./images/scroll-button-down.svg');
bottom: 45px;
transform: rotate(180deg);
}

&-up {
content: data-uri('./images/scroll-button-up.svg');
bottom: 85px;
}
}
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 62eaa2f

Please sign in to comment.