[SSE] Fix Bug 54969

This commit is contained in:
ShimaginAndrey 2022-01-25 12:37:36 +03:00
parent 7a5d73624b
commit b70f1fc3ef
2 changed files with 11 additions and 12 deletions

View file

@ -909,15 +909,6 @@ input[type="number"]::-webkit-inner-spin-button {
} }
} }
} }
.function-info {
p {
color: @text-secondary;
}
h3 {
font-weight: 500;
color: @text-normal;
}
}
} }
} }
} }

View file

@ -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 {