Table: fix empty slot position (#11965)

pull/11967/head
Jikkai Xiao 2018-07-12 13:05:27 +08:00 committed by GitHub
parent 3b58e65132
commit 4b04a1c70b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 5 deletions

View File

@ -17,18 +17,17 @@
//
@include e(empty-block) {
position: relative;
min-height: 60px;
text-align: center;
width: 100%;
height: 100%;
display: flex;
justify-content: center;
align-items: center;
}
@include e(empty-text) {
position: absolute;
left: 50%;
top: 50%;
transform: translate(-50%, -50%);
width: 50%;
color: $--color-text-secondary;
}