core-extra/webapp/static/core.css
2018-05-17 20:38:32 -07:00

41 lines
589 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;
}
#config-modal {
overflow-y: initial !important;
}
#config-modal .modal-body {
height: calc(100vh - 200px);
overflow-y: auto;
}