UNPKG

@parkassist/pa-ui-library

Version:
18 lines (13 loc) 253 B
import styled from "styled-components"; export default styled.div` position: fixed; padding: 0; margin: 0; z-index: 1289; top: 0; left: 0; width: 100%; height: 100%; animation: appear 0.2s; background: rgba(0, 0, 0, 0.3); `;