Scroll to top button
This commit is contained in:
13
styles/ScrollToTop.module.scss
Normal file
13
styles/ScrollToTop.module.scss
Normal file
@@ -0,0 +1,13 @@
|
||||
.scrollToTopButton {
|
||||
padding: 1.5rem 3rem;
|
||||
border-radius: 0.5rem;
|
||||
transition: all 0.3s;
|
||||
margin: 1rem;
|
||||
}
|
||||
|
||||
.scrollToTopButton:hover {
|
||||
opacity: 0.5;
|
||||
}
|
||||
|
||||
.scrollToTopImage {
|
||||
}
|
||||
Reference in New Issue
Block a user