import styled from 'styled-components' export const StyledStart = styled.div` .action-edit { position: fixed; bottom: 40px; right: 40px; button { width: 40px; height: 40px; min-width: unset; border-radius: 100%; padding: 0; } } `