Manage ASL magazines and their articles.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
asl-articles/web/src/ModalForm.css

15 lines
984 B

.modal-form .MuiDialog-paper { width: 80% ; max-width: 50em !important ; height: 80% ; }
.modal-form .MuiPaper-rounded { border-top-right-radius: 15px ; }
.modal-form .MuiDialogTitle-root img { height: 1.25em ; margin-right: 0.5em ; }
.modal-form .row { display: flex ; align-items: center ; margin-bottom: 0.25em ; }
.modal-form .row label { margin-top: 3px ; }
.modal-form .row input , .row textarea , .row .react-select { flex-grow: 1 ; }
.modal-form .row.image { display: block ; }
.modal-form .row.image img.image { margin-right: 1em ; max-width: 8em ; max-height: 5em ; cursor: pointer ; }
.modal-form .row.image img.remove-image { height: 1em ; margin-left: 0.25em ; cursor: pointer ; }
.modal-form .image-container { position: relative ; display: inline-block ; float: left ; }
.modal-form .image-container img.remove-image { width: 12px ; height: 12px !important ; position: absolute ; top: -5px ; right: 11px ; padding: 2px ; border:1px solid #c00 ; background: #eee ;}