Changeset 3b6962d for reactapp/src/Components/Styled
- Timestamp:
- 11/23/22 12:15:28 (2 years ago)
- Branches:
- main
- Children:
- af801e3, e49d1b6
- Parents:
- c68150f
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
reactapp/src/Components/Styled/Modal.style.js
rc68150f r3b6962d 28 28 top: 0; 29 29 width: 100%; 30 height: auto;30 height: 100%; 31 31 overflow: auto; 32 32 background-color: rgb(0, 0, 0); … … 47 47 export const ModalContent = styled.div` 48 48 background-color: #fefefe; 49 margin: 15% auto;49 margin: 2% auto; 50 50 padding: 20px; 51 51 border: 1px solid #888; … … 107 107 padding: 12px 16px; 108 108 border: 1px solid #ccc; 109 font-family: inherit; 109 110 `; 110 111 … … 116 117 border: 1px solid #ccc; 117 118 resize: none; 119 font-family: inherit; 118 120 `;
Note:
See TracChangeset
for help on using the changeset viewer.