layui/src/component/empty/index.less

23 lines
312 B
Plaintext

@import (reference) "../../theme/variable.less";
.layui-empty {
margin: 0 8px;
font-size: 14px;
line-height: 22px;
text-align: center;
}
.layui-empty-image {
height: 100px;
margin-bottom: 8px;
}
.layui-empty-image img {
height: 100%;
margin: auto;
}
.layui-empty-description {
margin: 0;
}