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.
46 lines
686 B
46 lines
686 B
@confirmPrefixCls: ant-confirm;
|
|
|
|
.@{confirmPrefixCls} {
|
|
|
|
.ant-modal-header {
|
|
display: none;
|
|
}
|
|
|
|
.ant-modal-body {
|
|
padding: 30px 40px;
|
|
}
|
|
|
|
.@{confirmPrefixCls}-body {
|
|
.@{confirmPrefixCls}-content {
|
|
margin-left: 37px;
|
|
font-size: 12px;
|
|
color: #999;
|
|
}
|
|
|
|
.anticon {
|
|
font-size: 24px;
|
|
margin-right: 12px;
|
|
position: relative;
|
|
top: 2px;
|
|
}
|
|
|
|
.anticon-exclamation-circle {
|
|
color: #fac450;
|
|
}
|
|
|
|
.anticon-question-circle {
|
|
color: #2CB7ED;
|
|
}
|
|
}
|
|
|
|
.@{confirmPrefixCls}-btns {
|
|
margin-top: 30px;
|
|
float: right;
|
|
|
|
button + button {
|
|
margin-left: 10px;
|
|
margin-bottom: 0;
|
|
}
|
|
}
|
|
|
|
}
|
|
|