32 lines
523 B
SCSS
32 lines
523 B
SCSS
@import '../../style/themes/default.scss';
|
|
|
|
.ele-empty {
|
|
padding: 35px 0;
|
|
position: relative;
|
|
text-align: center;
|
|
line-height: 1;
|
|
|
|
.ele-empty-icon {
|
|
font-size: 58px;
|
|
color: hsla(0, 0%, 60%, 0.25);
|
|
}
|
|
|
|
.ele-empty-text {
|
|
padding: 6px 0;
|
|
color: $--color-text-placeholder;
|
|
}
|
|
}
|
|
|
|
/* icon */
|
|
.ele-empty-icon-default-ellipse {
|
|
fill: $--border-color-extra-light;
|
|
}
|
|
|
|
.ele-empty-icon-default-g {
|
|
stroke: $--border-color-base;
|
|
}
|
|
|
|
.ele-empty-icon-default-path {
|
|
fill: $--border-color-extra-light;
|
|
}
|