Change font-weight and font-size for empty search

Signed-off-by: Jacob Neplokh <me@jacobneplokh.com>
This commit is contained in:
Jacob Neplokh 2020-10-27 10:33:40 -07:00
parent 6a111e4542
commit b04368c9a8
No known key found for this signature in database
GPG Key ID: E4050DE078D551BA
1 changed files with 2 additions and 0 deletions

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