UNPKG

@ovine/init

Version:

Apply ovine template more easily.

17 lines (15 loc) 285 B
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; } } `