2026-03-04 14:58:59 +00:00
|
|
|
.pane-header {
|
|
|
|
|
font-weight: 600;
|
|
|
|
|
}
|
|
|
|
|
.workbench-map {
|
|
|
|
|
height: 320px;
|
|
|
|
|
background-color: #e9ecef;
|
|
|
|
|
border: 1px dashed #adb5bd;
|
|
|
|
|
display: flex;
|
|
|
|
|
align-items: center;
|
|
|
|
|
justify-content: center;
|
|
|
|
|
text-align: center;
|
|
|
|
|
font-weight: 500;
|
|
|
|
|
color: #6c757d;
|
|
|
|
|
}
|
|
|
|
|
.scroll-pane {
|
|
|
|
|
max-height: 75vh;
|
|
|
|
|
overflow-y: auto;
|
|
|
|
|
}
|
|
|
|
|
.signal-item:hover {
|
2026-03-05 13:13:09 +00:00
|
|
|
background-color: $primary-light-4;
|
2026-03-04 14:58:59 +00:00
|
|
|
cursor: pointer;
|
|
|
|
|
}
|
2026-03-05 14:49:39 +00:00
|
|
|
.signal-address {
|
|
|
|
|
font-size: 9pt;
|
|
|
|
|
}
|
2026-03-04 14:58:59 +00:00
|
|
|
.tool-button {
|
|
|
|
|
width: 100%;
|
|
|
|
|
margin-bottom: 0.5rem;
|
|
|
|
|
}
|
|
|
|
|
.filter-label {
|
|
|
|
|
font-size: 0.75rem;
|
|
|
|
|
text-transform: uppercase;
|
|
|
|
|
color: #6c757d;
|
|
|
|
|
font-weight: 600;
|
|
|
|
|
}
|
2026-03-05 13:13:09 +00:00
|
|
|
.selected {
|
|
|
|
|
background-color: $info;
|
|
|
|
|
}
|