Legend:
- Unmodified
- Added
- Removed
-
imaps-frontend/src/components/PublishForm/PublishForm.module.css
r0c6b92a r79a0317 10 10 z-index: 999; /* Behind the modal */ 11 11 } 12 13 .denyReason { 14 display: flex; 15 flex-direction: column; 16 margin-top: 10px; 17 border-radius: 20px; 18 } 19 .denyReasonTextArea{ 20 padding-bottom: 4rem; 21 } 22 23 .denySubmitButton { 24 color: white; 25 margin-right: 10px; 26 } 27 12 28 13 29 /* Modal styles */
Note:
See TracChangeset
for help on using the changeset viewer.