Update alert.less

This commit is contained in:
梁灏 2019-09-16 15:25:18 +08:00
parent 9eabb6787c
commit 25bd8f2206

View file

@ -6,7 +6,7 @@
padding: 8px 48px 8px 16px; padding: 8px 48px 8px 16px;
border-radius: @border-radius-small; border-radius: @border-radius-small;
color: @text-color; color: @text-color;
font-size: @font-size-small; font-size: @font-size-base;
line-height: 16px; line-height: 16px;
margin-bottom: 10px; margin-bottom: 10px;
@ -22,7 +22,7 @@
} }
&-desc { &-desc {
font-size: @font-size-small; font-size: @font-size-base;
color: @text-color; color: @text-color;
line-height: 21px; line-height: 21px;
display: none; display: none;
@ -87,9 +87,10 @@
} }
&-with-desc &-message { &-with-desc &-message {
font-size: 14px; font-size: @font-size-large;
color: @title-color; color: @title-color;
display: block; display: block;
margin-bottom: 4px;
} }
&-with-desc &-icon { &-with-desc &-icon {