mirror of
https://gitlab.com/Shinobi-Systems/ShinobiCE.git
synced 2025-03-09 15:40:15 +00:00
26 lines
528 B
CSS
26 lines
528 B
CSS
.state-monitor-row-fields{
|
|
border-bottom: 1px solid #444;
|
|
border-radius: 5px;
|
|
}
|
|
.state-monitor-row-fields .list-group{
|
|
height: 300px
|
|
}
|
|
.state-monitor-row .list-group .list-group-item:first-child{
|
|
border-top:0;
|
|
}
|
|
.state-monitor-row .list-group .list-group-item:last-child{
|
|
border-bottom:0;
|
|
}
|
|
|
|
.state-monitor-row-select-container {
|
|
margin-bottom: 10px;
|
|
}
|
|
|
|
.state-monitor-row-fields-container {
|
|
border: 1px solid #444;
|
|
border-radius: 5px;
|
|
}
|
|
|
|
.state-monitor-row-fields-field {
|
|
margin-top: 5px;
|
|
}
|