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:
Roeland Jago Douma 2020-11-02 12:28:06 +01:00 committed by GitHub
commit 7e1c26ebea
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 4 additions and 2 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

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