20 lines
283 B
SCSS
20 lines
283 B
SCSS
.empty-container {
|
|
/* #ifndef APP-NVUE */
|
|
display: flex;
|
|
/* #endif */
|
|
height: 100%;
|
|
flex-direction: column;
|
|
align-items: center;
|
|
}
|
|
|
|
.empty-image {
|
|
height: 130px;
|
|
width: 130px;
|
|
}
|
|
|
|
.empty-text {
|
|
margin-top: 10px;
|
|
font-size: $uni-font-size-base;
|
|
color: #666666;
|
|
}
|