UNPKG

matt-fr-react-modal

Version:

A modal component for your React app

36 lines (32 loc) 590 B
.background { z-index: 100000; position: fixed; width: 100vw; height: 100vh; /* background-color: antiquewhite; */ } .backgroundContainer { position: relative; border: 1px solid black; border-radius: 1rem; top: 50%; left: 50%; transform: translate(-50%, -50%); width: 25rem; background-color: white; display: flex; justify-content: center; cursor: pointer; } .backgroundContainertitle { padding: 1rem; display: flex; } .closeIcon { position: absolute; top: -1.2rem; right: 1.2rem; width: 2.5rem; height: 2.5rem; background-color: white; }