Update for public https://habr.com/post/421887/
This commit is contained in:
18
myapp/static/components/backtotop.css
Normal file
18
myapp/static/components/backtotop.css
Normal file
@@ -0,0 +1,18 @@
|
||||
.scrollToTop{
|
||||
text-align: center;
|
||||
font-weight: bold;
|
||||
text-decoration: none;
|
||||
position: fixed;
|
||||
bottom: 10px;
|
||||
left: 10px;
|
||||
opacity: 0.3;
|
||||
display: inline;
|
||||
}
|
||||
.scrollToTop:hover{
|
||||
text-decoration: none;
|
||||
opacity: 1.0;
|
||||
}
|
||||
.scrollToTop .card{
|
||||
margin-bottom: 0;
|
||||
border-color: #7ca8b1;
|
||||
}
|
||||
Reference in New Issue
Block a user