moodist/src/components/scroll-to-top/scroll-to-top.module.css
2023-12-10 15:37:37 +03:30

17 lines
370 B
CSS

.button {
position: fixed;
bottom: 20px;
left: 20px;
z-index: 99;
display: flex;
align-items: center;
justify-content: center;
width: 45px;
height: 45px;
font-size: var(--font-md);
color: var(--color-foreground);
cursor: pointer;
background-color: var(--color-neutral-100);
border: 1px solid var(--color-neutral-300);
border-radius: 50%;
}