.s-empty { display: flex; align-items: center; justify-content: center; padding: $empty-padding; text-align: center; &::v-deep &__img { display: block; width: $empty-img-width; height: $empty-img-height; margin: 0 auto; } &__text { font-size: $empty-text-font-size; line-height: $line-height-sm; margin-top: $empty-text-margin-top; color: $empty-text-color; } }