Update notice.less

This commit is contained in:
梁灏 2019-09-16 15:32:32 +08:00
parent 25bd8f2206
commit b3f6b6c8fc

View file

@ -59,8 +59,8 @@
}
&-title {
font-size: @font-size-base;
line-height: @font-size-base + 3; //fixed the bug that the bottom of some letters were hidden just like 'g'
font-size: @font-size-large;
line-height: @font-size-large + 3; //fixed the bug that the bottom of some letters were hidden just like 'g'
color: @title-color;
padding-right: 10px;
overflow: hidden;
@ -73,7 +73,7 @@
}
&-desc {
font-size: 12px;
font-size: @font-size-base;
//color: @legend-color;
color: @text-color;
text-align: justify;
@ -90,7 +90,7 @@
&-icon {
position: absolute;
top: -2px;
font-size: @font-size-large;
font-size: @font-size-large + 4;
&-success {
color: @success-color;
@ -113,4 +113,4 @@
&-custom-content{
position: relative;
}
}
}