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:
parent
d02186e985
commit
633b760c6d
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