salix/modules/monitor/front/index/style.scss

25 lines
461 B
SCSS
Raw Normal View History

2021-05-11 07:43:15 +00:00
@import "variables";
@import "effects";
vn-monitor-index {
.header {
padding: 12px 0;
color: gray;
font-size: 1.2rem;
& > vn-none > vn-icon {
@extend %clickable-light;
color: $color-button;
font-size: 1.4rem;
}
}
.empty-rows {
color: $color-font-secondary;
text-align: center;
}
vn-vertical {
position: fixed;
width: 400px
}
2021-05-11 07:43:15 +00:00
}