调整翻译字体大小
parent
65246f8856
commit
af59a4472a
|
@ -592,7 +592,7 @@ export default {
|
||||||
.translation {
|
.translation {
|
||||||
transition: @transition-theme !important;
|
transition: @transition-theme !important;
|
||||||
transition-property: font-size, color;
|
transition-property: font-size, color;
|
||||||
font-size: 1em;
|
font-size: .9em;
|
||||||
margin-top: 5px;
|
margin-top: 5px;
|
||||||
}
|
}
|
||||||
.line {
|
.line {
|
||||||
|
@ -606,7 +606,7 @@ export default {
|
||||||
color: @color-theme;
|
color: @color-theme;
|
||||||
}
|
}
|
||||||
.translation {
|
.translation {
|
||||||
font-size: 1.2em;
|
font-size: 1.1em;
|
||||||
color: @color-theme;
|
color: @color-theme;
|
||||||
}
|
}
|
||||||
span {
|
span {
|
||||||
|
|
Loading…
Reference in New Issue