@c8y/style
Version:
Styles for Cumulocity IoT applications
38 lines (31 loc) • 737 B
text/less
c8y-software-device-tab {
.split-view {
@media (min-width: @screen-md-min) {
&--7-5 {
grid-template-columns: minmax(0, 7fr) minmax(284px, 5fr);
}
}
}
c8y-installed-software {
#software-list {
max-height: calc(100vh - 344px);
@media (max-width: @screen-xs-max) {
max-height: calc(100vh - 260px);
}
}
#operation-block ~ #software-list {
max-height: calc(100vh - 416px);
@media (max-width: @screen-xs-max) {
max-height: calc(100vh - 332px);
}
}
}
c8y-device-software-changes {
height: 100%;
#software-changes-list {
@media (min-width: @screen-md-min) {
max-height: calc(100vh - 280px);
}
}
}
}