update Modal、Poptip

update Modal、Poptip
This commit is contained in:
梁灏 2016-11-21 11:38:49 +08:00
parent 71d9fc8e45
commit 669937325b
8 changed files with 66 additions and 67 deletions

View file

@ -66,10 +66,6 @@
.btn-color(@info-color);
}
//&-dashed {
// .btn-dashed;
//}
&-circle,
&-circle-outline {
.btn-circle(@btn-prefix-cls);

View file

@ -79,15 +79,30 @@
}
.@{confirm-prefix-cls} {
padding: 10px 25px 20px;
padding: 0 4px;
&-head {
&-icon {
&-title {
display: inline-block;
font-size: 28px;
margin-right: 5px;
padding: 0 1px;
position: relative;
top: 5px;
font-size: @font-size-base;
color: @title-color;
font-weight: 700;
}
}
&-body{
margin-top: 6px;
padding-left: 48px;
padding-top: 18px;
font-size: @font-size-small;
color: @text-color;
position: relative;
&-icon {
font-size: 36px;
position: absolute;
top: 0;
left: 0;
&-info {
color: @primary-color;
@ -105,24 +120,10 @@
color: @warning-color;
}
}
&-title {
display: inline-block;
font-size: @font-size-base;
color: @text-color;
font-weight: 700;
}
}
&-body{
margin-left: 35px;
margin-top: 8px;
font-size: 12px;
color: @text-color;
}
&-footer{
margin-top: 20px;
margin-top: 40px;
text-align: right;
button + button {