kui-vue
Version:
A high quality UI Toolkit built on Vue.js 2.0
22 lines • 412 B
text/less
@import '../../styles/var.less';
.k-empty {
text-align: center;
color: var(--kui-color-gray-60);
font-size: 13px;
// cursor: not-allowed;
.k-empty-icon {
font-size: 40px;
padding: 10px 0;
path {
stroke-width: 15px ;
}
}
.k-empty-description {
padding-bottom: 10px;
line-height: 1.5;
}
.k-empty-footer {
margin-top: 20px;
text-align: center;
}
}