tu-view-plus
Version:
42 lines (40 loc) • 791 B
CSS
.tu-empty {
display: flex;
justify-content: center;
align-items: center;
flex-direction: column;
text-align: center;
box-sizing: border-box;
padding: 10px 0;
}
.tu-empty__image {
width: 60px;
}
.tu-empty__image img {
-webkit-user-select: none;
-moz-user-select: none;
user-select: none;
width: 100%;
height: 100%;
vertical-align: top;
-o-object-fit: contain;
object-fit: contain;
}
.tu-empty__image svg {
color: var(--tu-color-text-placeholder, #9b9fa8);
fill: currentColor;
width: 100%;
height: 100%;
vertical-align: top;
}
.tu-empty__description {
margin-top: 12px;
}
.tu-empty__description p {
margin: 0;
font-size: var(--tu-font-size, 14px);
color: var(--tu-color-text-placeholder, #9b9fa8);
}
.tu-empty__bottom {
margin-top: 20px;
}