element-call/src/room/GroupCallInspector.module.css

26 lines
420 B
CSS
Raw Normal View History

2022-01-13 14:11:06 -08:00
.inspector {
2022-06-01 11:48:17 -04:00
background-color: var(--system);
2022-01-13 14:11:06 -08:00
}
.scrollContainer {
height: 100%;
overflow-y: auto;
}
.sequenceDiagramViewer {
display: flex;
flex-direction: column;
align-items: center;
padding: 20px;
}
.selectInput {
align-self: flex-start;
}
.sequenceDiagramViewer :global(.messageText) {
font-size: 12px;
2022-06-01 11:48:17 -04:00
fill: var(--primary-content) !important;
stroke: var(--primary-content) !important;
2022-01-13 14:11:06 -08:00
}