mirror of
https://github.com/ONLYOFFICE/web-apps.git
synced 2026-07-24 04:45:08 +08:00
[common] Correct font size in titles
This commit is contained in:
@ -77,13 +77,13 @@
|
||||
}
|
||||
|
||||
.title {
|
||||
font-weight: normal;
|
||||
color: @text-normal;
|
||||
font-size: 15px;
|
||||
}
|
||||
|
||||
.navbar-inner, .subnavbar-inner {
|
||||
z-index: auto;
|
||||
}
|
||||
|
||||
.sheet-close {
|
||||
width: 44px;
|
||||
height: 44px;
|
||||
@ -96,6 +96,11 @@
|
||||
.icon-back {
|
||||
color: @brandColor;
|
||||
}
|
||||
|
||||
.title {
|
||||
font-size: 15px;
|
||||
font-weight: normal;
|
||||
}
|
||||
}
|
||||
|
||||
.popover__titled {
|
||||
|
||||
@ -431,11 +431,14 @@
|
||||
.title {
|
||||
margin-left: var(--f7-navbar-title-margin-left);
|
||||
margin-right: var(--f7-navbar-title-margin-left);
|
||||
font-size: 14px;
|
||||
font-weight: normal;
|
||||
}
|
||||
}
|
||||
|
||||
.subnavbar .title {
|
||||
font-size: 14px;
|
||||
font-weight: normal;
|
||||
}
|
||||
|
||||
.searchbar {
|
||||
input {
|
||||
box-sizing: border-box;
|
||||
|
||||
Reference in New Issue
Block a user