[common] Correct font size in titles

This commit is contained in:
SergeyEzhin
2024-02-14 11:08:35 +01:00
parent 7ab5355300
commit de89c46b9d
2 changed files with 12 additions and 4 deletions

View File

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

View File

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