Add padding to the empty content and center it

Signed-off-by: Joas Schilling <coding@schilljs.com>
This commit is contained in:
Joas Schilling 2020-09-22 19:37:42 +02:00 committed by backportbot[bot]
parent 46babff37b
commit 3daddfce14
3 changed files with 7 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

@ -741,6 +741,11 @@ $input-padding: 6px;
.empty-content {
margin: 10vh 0;
::v-deep .empty-content__title {
padding: 0 15px;
text-align: center;
}
}
}