core-extra/webapp/static/core.css

48 lines
707 B
CSS

.container-fluid {
height: 100vh;
}
#info-card-table td {
font-size: 12px;
padding: .5rem;
}
#node-select {
width: 40px;
height: 40px;
}
#sessions-modal td {
cursor: pointer;
}
.navbar-text {
color: #fff !important;
font-weight: bold;
}
.vis-network {
background-color: #f8f9fa !important;
border: 1px solid #dee2e6;
border-radius: 10px;
}
.context .list-group-item {
padding: .5rem 1.25rem;
}
.modal {
overflow-y: initial !important;
}
.modal-body {
height: calc(100vh - 200px);
overflow-y: auto;
}
.file-content {
background-color: #000 !important;
color: #00ff26 !important;
font-size: small;
font-family: monospace;
}