26 lines
504 B
CSS
26 lines
504 B
CSS
![]() |
.sample_C-content {
|
||
|
height: 100%;
|
||
|
}
|
||
|
|
||
|
.sample_C-content .middle-fields-panel {
|
||
|
margin: 10px 10px 0;
|
||
|
}
|
||
|
|
||
|
.sample_C-content .middle-fields-panel .lot_info {
|
||
|
background: white;
|
||
|
border-radius: 10px;
|
||
|
padding: 10px;
|
||
|
}
|
||
|
|
||
|
.sample_C-content .search-panel {
|
||
|
padding: 10px;
|
||
|
}
|
||
|
|
||
|
.sample_C-content .lot-panel {
|
||
|
height: calc(100% - 295px);
|
||
|
}
|
||
|
|
||
|
.sample_C-content .kmi-list {
|
||
|
height: calc(100% - 28px);
|
||
|
}
|