You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

27 lines
495 B
Plaintext

.InvolvedImgBox {
box-sizing: border-box;
// display: flex;
// justify-content: flex-start;
padding: 16px 32px;
border-top: 1px solid #e0e0e0;
.involvedImgList {
position: relative;
span {
position: absolute;
bottom: -30px;
left: 15px;
width: 2px;
height: 30px;
border-left: 2px dashed #081fa8;
}
}
}
.myButtonDisabled {
visibility: hidden;
}
.involvedModalForm {
.ant-modal .ant-modal-content {
padding: 0 !important;
}
}