forked from Gitlink/forgeplus-react
45 lines
840 B
SCSS
45 lines
840 B
SCSS
.deleteBox{
|
|
.ant-modal-header{
|
|
background-color: #f8f8f8;
|
|
border-bottom: none;
|
|
.ant-modal-title{
|
|
text-align: left;
|
|
font-size: 20px;
|
|
}
|
|
}
|
|
.ant-modal-body{
|
|
padding:30px 50px;
|
|
p{
|
|
font-size: 16px;
|
|
line-height: 26px;
|
|
color:#666;
|
|
word-break: break-all;
|
|
}
|
|
.desc{
|
|
.descMain{
|
|
align-items: center;
|
|
justify-content: center;
|
|
font-size: 20px;
|
|
margin-bottom: 10px;
|
|
i{
|
|
font-size: 38px!important;
|
|
color:#DF0002
|
|
}
|
|
}
|
|
}
|
|
}
|
|
.ant-modal-footer{
|
|
border-top: none;
|
|
text-align: center;
|
|
padding-bottom: 40px;
|
|
button{
|
|
width: 120px;
|
|
margin:0px 20px;
|
|
&.ant-btn-danger{
|
|
background-color: #fff;
|
|
color: #DF0002;
|
|
border-color: #D0D0D0;
|
|
}
|
|
}
|
|
}
|
|
} |