docs: share page format

This commit is contained in:
Jay V
2025-06-27 19:16:33 -04:00
parent 8b400515ea
commit 145df08444
2 changed files with 30 additions and 46 deletions

View File

@@ -785,7 +785,7 @@
}
}
.scrollButton {
.scroll-button {
position: fixed;
bottom: 2rem;
right: 2rem;
@@ -799,18 +799,11 @@
display: flex;
align-items: center;
justify-content: center;
box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
transition: all 0.15s ease, opacity 0.5s ease;
z-index: 100;
appearance: none;
opacity: 1;
&:hover {
color: var(--sl-color-text);
border-color: var(--sl-color-hairline);
box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}
&:active {
transform: translateY(1px);
}