#2913, #2914 - Changes to sales monitors #624

Merged
carlosjr merged 5 commits from 2913-monitor_changes into dev 2021-05-18 08:29:32 +00:00
1 changed files with 31 additions and 0 deletions
Showing only changes of commit bf250b77ef - Show all commits

View File

@ -22,4 +22,35 @@ vn-monitor-index {
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
}
}
}
}
}