winbox-ui-next
Version:
We Design Vue 2.0: A Vue.js 3 UI Library
39 lines (38 loc) • 844 B
CSS
/******** borderSize *******/
/******** borderStyle *******/
/******** radius *******/
/******** shadow distance *******/
/******** size *******/
/******** spacing *******/
/******** shadow *******/
/******** opacity *******/
/******** fontSize *******/
/******** fontWeight ********/
/******** radius *******/
/******** Primary *******/
/******** success *******/
/******** warning *******/
/******** danger *******/
/******** link *******/
/******** radius *******/
/********* icon hover *********/
.w-empty {
box-sizing: border-box;
width: 100%;
padding: 0 8px;
text-align: center;
}
.w-empty-image {
margin-bottom: 4px;
color: rgb(var(--gray-5));
font-size: 48px;
line-height: 1;
}
.w-empty-image img {
height: 80px;
}
.w-empty .w-empty-description {
color: rgb(var(--gray-5));
font-size: 14px;
line-height: 32px;
}