Change font-weight and font-size for empty search

Signed-off-by: Jacob Neplokh <me@jacobneplokh.com>
Signed-off-by: npmbuildbot-nextcloud[bot] <npmbuildbot-nextcloud[bot]@users.noreply.github.com>
This commit is contained in:
Jacob Neplokh 2020-10-27 10:33:40 -07:00 committed by npmbuildbot-nextcloud[bot]
parent d02186e985
commit 633b760c6d
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;
}