19 lines
267 B
SCSS
19 lines
267 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: 14px;
|
|
color: #666666;
|
|
} |