core-extra/webapp/static/core.css

32 lines
448 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;
}