[SSE] Fix Bug 54969
This commit is contained in:
parent
7a5d73624b
commit
b70f1fc3ef
|
@ -909,15 +909,6 @@ input[type="number"]::-webkit-inner-spin-button {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
.function-info {
|
|
||||||
p {
|
|
||||||
color: @text-secondary;
|
|
||||||
}
|
|
||||||
h3 {
|
|
||||||
font-weight: 500;
|
|
||||||
color: @text-normal;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -54,13 +54,21 @@
|
||||||
//--f7-page-content-extra-padding-top: 37px;
|
//--f7-page-content-extra-padding-top: 37px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.function-info {
|
|
||||||
padding: 0 15px;
|
|
||||||
}
|
|
||||||
.page-function-info {
|
.page-function-info {
|
||||||
&.page-content, .page-content {
|
&.page-content, .page-content {
|
||||||
background-color: @background-primary;
|
background-color: @background-primary;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.function-info {
|
||||||
|
padding: 0 15px;
|
||||||
|
h3 {
|
||||||
|
color: @text-normal;
|
||||||
|
}
|
||||||
|
|
||||||
|
p {
|
||||||
|
color: @text-secondary;
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.username-tip.active {
|
.username-tip.active {
|
||||||
|
|
Loading…
Reference in a new issue