56 lines
1.1 KiB
SCSS
56 lines
1.1 KiB
SCSS
@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
|
|
}
|
|
|
|
vn-horizontal {
|
|
flex-wrap: wrap
|
|
}
|
|
}
|
|
|
|
@media (max-width:1500px) {
|
|
vn-monitor-index {
|
|
& > vn-horizontal {
|
|
flex-direction: column-reverse;
|
|
}
|
|
|
|
& > vn-horizontal > vn-one {
|
|
flex: none;
|
|
width: 100%;
|
|
|
|
& > vn-vertical {
|
|
position: initial;
|
|
flex-direction: row;
|
|
width: 100%;
|
|
|
|
vn-monitor-sales-clients {
|
|
margin-right: 15px
|
|
}
|
|
|
|
vn-table.scrollable {
|
|
height: 300px
|
|
}
|
|
}
|
|
}
|
|
}
|
|
} |