Add padding to the empty content and center it
Signed-off-by: Joas Schilling <coding@schilljs.com>
This commit is contained in:
parent
46babff37b
commit
3daddfce14
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
|
@ -741,6 +741,11 @@ $input-padding: 6px;
|
||||||
|
|
||||||
.empty-content {
|
.empty-content {
|
||||||
margin: 10vh 0;
|
margin: 10vh 0;
|
||||||
|
|
||||||
|
::v-deep .empty-content__title {
|
||||||
|
padding: 0 15px;
|
||||||
|
text-align: center;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue