Skip to content

Instantly share code, notes, and snippets.

View jasonrundell's full-sized avatar
:octocat:

Jason Rundell jasonrundell

:octocat:
View GitHub Profile
import styled from '@emotion/styled'
const BackToTopStyle = styled.div`
position: fixed;
bottom: ${tokens['--size-xlarge']};
right: ${tokens['--size-xlarge']};
background-color: #e9be62;
color: #000;
padding: 0.625rem 1.25rem;
border-radius: 0.3125rem;