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;
|
|
|
|
}
|
2021-05-18 06:41:36 +00:00
|
|
|
|
|
|
|
vn-vertical {
|
|
|
|
position: fixed;
|
|
|
|
width: 400px
|
|
|
|
}
|
2021-05-11 07:43:15 +00:00
|
|
|
}
|