Merge pull request #23829 from nextcloud/backport/23267/stable20
[stable20] Remove bold font-weight and lower font-size for empty search box
This commit is contained in:
commit
7e1c26ebea
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
|
@ -743,6 +743,8 @@ $input-padding: 6px;
|
|||
margin: 10vh 0;
|
||||
|
||||
::v-deep .empty-content__title {
|
||||
font-weight: normal;
|
||||
font-size: 14px;
|
||||
padding: 0 15px;
|
||||
text-align: center;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue