22 lines
545 B
SCSS
22 lines
545 B
SCSS
.cloneCheck{
|
|
.ant-modal-content{
|
|
border-radius: 14px;
|
|
.ant-modal-body{
|
|
background-image: url("../img/cloneback.png");
|
|
background-size: 100% 100%;
|
|
background-repeat: no-repeat;
|
|
padding-top: 0px;
|
|
border-radius: 14px;
|
|
}
|
|
.ant-modal-close-x{
|
|
font-size: 26px;
|
|
}
|
|
.ant-form-item-label{
|
|
height: 20px;
|
|
line-height: 20px;
|
|
}
|
|
.ant-form-explain{
|
|
position: absolute;
|
|
}
|
|
}
|
|
} |