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 {
|
&-title {
|
||||||
font-size: @font-size-base;
|
font-size: @font-size-large;
|
||||||
line-height: @font-size-base + 3; //fixed the bug that the bottom of some letters were hidden just like 'g'
|
line-height: @font-size-large + 3; //fixed the bug that the bottom of some letters were hidden just like 'g'
|
||||||
color: @title-color;
|
color: @title-color;
|
||||||
padding-right: 10px;
|
padding-right: 10px;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
|
@ -73,7 +73,7 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
&-desc {
|
&-desc {
|
||||||
font-size: 12px;
|
font-size: @font-size-base;
|
||||||
//color: @legend-color;
|
//color: @legend-color;
|
||||||
color: @text-color;
|
color: @text-color;
|
||||||
text-align: justify;
|
text-align: justify;
|
||||||
|
@ -90,7 +90,7 @@
|
||||||
&-icon {
|
&-icon {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
top: -2px;
|
top: -2px;
|
||||||
font-size: @font-size-large;
|
font-size: @font-size-large + 4;
|
||||||
|
|
||||||
&-success {
|
&-success {
|
||||||
color: @success-color;
|
color: @success-color;
|
||||||
|
@ -113,4 +113,4 @@
|
||||||
&-custom-content{
|
&-custom-content{
|
||||||
position: relative;
|
position: relative;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue