Skip to content

Commit

Permalink
LOYALIST-34 Update scroll top button selector, adjust layout
Browse files Browse the repository at this point in the history
  • Loading branch information
jtmcd75 committed Oct 31, 2024
1 parent 1ae6d3e commit a82f922
Showing 1 changed file with 8 additions and 4 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,11 @@
#scrollTopButton-image {
background-size: cover;
#scrollUp {
bottom: $spacer * 1.5;
right: $spacer * 1.5;
width: $spacer * 3;
height: $spacer * 3;
opacity: 0.6;
transition: opacity $transition-speed-default $transition-timing-default;

&:focus,
&:hover {
opacity: 1;
}
}

0 comments on commit a82f922

Please sign in to comment.