Update notice.less
This commit is contained in:
parent
25bd8f2206
commit
b3f6b6c8fc
1 changed files with 5 additions and 5 deletions
|
@ -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;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue