gwcuva/gwc-website

View on GitHub
src/components/Main/BackToTop/Styles.tsx

Summary

Maintainability
A
0 mins
Test Coverage
import styled from 'styled-components';

export const Button = styled.div`
   position: fixed; 
   width: 100%;
   left: 50%;
   bottom: 45px;
   height: 20px;
   font-size: 3rem;
   z-index: 1;
   cursor: pointer;
   color: #43D6B9;
   `