We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 46ce4da commit 1b5c675Copy full SHA for 1b5c675
2 files changed
stylesheets/scroll-button.scss
@@ -1,6 +1,6 @@
1
button.arrow-for-scrolling-top {
2
opacity: 0;
3
- transition: 1s;
+ transition: 0.2s;
4
background-color: var(--color-auto-blue-5);
5
color: var(--color-text-inverse);
6
position: fixed;
@@ -15,6 +15,6 @@ button.arrow-for-scrolling-top {
15
&.show {
16
opacity: 1;
17
border: none;
18
19
}
20
stylesheets/toggle-images-button.scss
button.toggle-images {
0 commit comments