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.

60 lines
968 B

@confirm-prefix-cls: ant-confirm;
10 years ago
.@{confirm-prefix-cls} {
10 years ago
10 years ago
.ant-modal-header {
10 years ago
display: none;
}
10 years ago
.ant-modal-body {
10 years ago
padding: 30px 40px;
}
.@{confirm-prefix-cls}-body {
.@{confirm-prefix-cls}-title {
9 years ago
color: @text-color;
font-weight: bold;
font-size: 14px;
9 years ago
}
.@{confirm-prefix-cls}-content {
margin-left: 37px;
font-size: @font-size-base;
color: @text-color;
}
10 years ago
.anticon {
font-size: 24px;
margin-right: 12px;
position: relative;
top: 5px;
}
10 years ago
.anticon-exclamation-circle {
color: @error-color;
10 years ago
}
.anticon-question-circle {
color: @warning-color;
}
.anticon-check-circle {
color: @success-color;
}
.anticon-info-circle {
10 years ago
color: @primary-color;
}
}
.@{confirm-prefix-cls}-btns {
10 years ago
margin-top: 30px;
float: right;
10 years ago
button + button {
margin-left: 10px;
margin-bottom: 0;
}
}
}