diff --git a/apps/common/mobile/resources/less/common.less b/apps/common/mobile/resources/less/common.less index 435e7e547..2c413cf4e 100644 --- a/apps/common/mobile/resources/less/common.less +++ b/apps/common/mobile/resources/less/common.less @@ -909,15 +909,6 @@ input[type="number"]::-webkit-inner-spin-button { } } } - .function-info { - p { - color: @text-secondary; - } - h3 { - font-weight: 500; - color: @text-normal; - } - } } } } diff --git a/apps/spreadsheeteditor/mobile/src/less/app.less b/apps/spreadsheeteditor/mobile/src/less/app.less index 602a063e5..ce6c67388 100644 --- a/apps/spreadsheeteditor/mobile/src/less/app.less +++ b/apps/spreadsheeteditor/mobile/src/less/app.less @@ -54,13 +54,21 @@ //--f7-page-content-extra-padding-top: 37px; } -.function-info { - padding: 0 15px; -} .page-function-info { &.page-content, .page-content { background-color: @background-primary; } + + .function-info { + padding: 0 15px; + h3 { + color: @text-normal; + } + + p { + color: @text-secondary; + } + } } .username-tip.active {