update Notice style

This commit is contained in:
梁灏 2018-06-25 21:06:39 +08:00
parent 0069c7b150
commit 36e46e5a77
2 changed files with 12 additions and 36 deletions

View file

@ -31,7 +31,7 @@
&-close {
position: absolute;
right: 16px;
right: 8px;
top: 15px;
color: #999;
outline: none;
@ -89,9 +89,8 @@
&-icon {
position: absolute;
left: 20px;
margin-top: -1px;
font-size: 16px;
left: 16px;
font-size: @font-size-large;
&-success {
color: @success-color;
@ -121,29 +120,4 @@
left: 0;
}
}
&-with-normal{
&:after{
background: @primary-color;
}
}
&-with-info{
&:after{
background: @primary-color;
}
}
&-with-success{
&:after{
background: @success-color;
}
}
&-with-warning{
&:after{
background: @warning-color;
}
}
&-with-error{
&:after{
background: @error-color;
}
}
}