You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
21 lines
413 B
21 lines
413 B
.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;
|
|
}
|
|
}
|