ant-design/style/components/confirm.less

42 lines
612 B
Plaintext
Raw Normal View History

2015-06-12 12:01:02 +08:00
@confirmPrefixCls: ant-confirm;
2015-06-10 22:02:13 +08:00
2015-06-12 12:01:02 +08:00
.@{confirmPrefixCls} {
2015-06-10 22:02:13 +08:00
2015-06-12 12:01:02 +08:00
.ant-modal-header {
2015-06-10 22:02:13 +08:00
display: none;
}
2015-06-12 12:01:02 +08:00
.ant-modal-body {
2015-06-10 22:02:13 +08:00
padding: 30px 40px;
}
2015-06-12 12:01:02 +08:00
.@{confirmPrefixCls}-body {
.@{confirmPrefixCls}-content {
2015-06-10 22:02:13 +08:00
margin-left: 33px;
font-size: 12px;
color: #999;
2015-06-09 15:21:44 +08:00
}
2015-06-10 22:02:13 +08:00
.anticon {
font-size: 24px;
display: inline-block;
margin-right: 5px;
2015-06-09 15:21:44 +08:00
}
2015-06-10 22:02:13 +08:00
.anticon-exclamation-circle {
color: #fac450;
}
2015-06-09 15:21:44 +08:00
}
2015-06-12 12:01:02 +08:00
.@{confirmPrefixCls}-btns {
2015-06-10 22:02:13 +08:00
margin-top: 30px;
float: right;
2015-06-09 15:21:44 +08:00
2015-06-10 22:02:13 +08:00
button + button {
margin-left: 10px;
margin-bottom: 0;
}
2015-06-09 15:21:44 +08:00
}
2015-06-10 22:02:13 +08:00
2015-06-09 15:21:44 +08:00
}