96 lines
1.9 KiB
CSS
96 lines
1.9 KiB
CSS
.matrix-dashboard {
|
|
min-height: 100vh;
|
|
background: #cfdeea !important;
|
|
color: #24313d;
|
|
font-family: Arial, sans-serif !important;
|
|
}
|
|
|
|
.matrix-dashboard .widget-container {
|
|
width: min(calc(100% - 24px), 1500px);
|
|
margin: 12px auto;
|
|
}
|
|
|
|
.matrix-dashboard .widget-container > .container-fluid {
|
|
padding: 0;
|
|
}
|
|
|
|
.matrix-dashboard .row {
|
|
margin-right: -6px;
|
|
margin-left: -6px;
|
|
}
|
|
|
|
.matrix-dashboard [class*="col-md-"] {
|
|
padding-right: 6px;
|
|
padding-left: 6px;
|
|
}
|
|
|
|
.matrix-dashboard .card {
|
|
margin-bottom: 12px;
|
|
overflow: hidden;
|
|
border: 1px solid #b9c9d6;
|
|
border-radius: 5px;
|
|
background: #f4f8fb;
|
|
box-shadow: 0 2px 8px rgba(39, 62, 81, .08);
|
|
}
|
|
|
|
.matrix-dashboard .card-header,
|
|
.matrix-dashboard .card-header.bg-primary,
|
|
.matrix-dashboard .card-header.bg-info {
|
|
min-height: 34px;
|
|
padding: 6px 8px !important;
|
|
border-bottom: 1px solid #aebfcd;
|
|
background: #dfe8ef !important;
|
|
color: #243746 !important;
|
|
}
|
|
|
|
.matrix-dashboard .card-header .text-white,
|
|
.matrix-dashboard .card-header label {
|
|
color: #243746 !important;
|
|
}
|
|
|
|
.matrix-dashboard .card-body {
|
|
overflow-x: auto;
|
|
background: #f8fafc;
|
|
}
|
|
|
|
.matrix-dashboard .table {
|
|
margin-bottom: 0;
|
|
color: #24313d;
|
|
}
|
|
|
|
.matrix-dashboard .table th,
|
|
.matrix-dashboard .table td {
|
|
padding: 5px 6px;
|
|
border-color: #cbd7e0;
|
|
vertical-align: middle;
|
|
}
|
|
|
|
.matrix-dashboard .card-footer,
|
|
.matrix-dashboard .card-footer.bg-secondary {
|
|
min-height: 25px;
|
|
border-top: 1px solid #c2d0db;
|
|
background: #e5edf3 !important;
|
|
}
|
|
|
|
.matrix-dashboard .refresh-button,
|
|
.matrix-dashboard .ajax-loading {
|
|
width: 27px;
|
|
min-height: 26px;
|
|
padding: 4px !important;
|
|
}
|
|
|
|
.matrix-dashboard .modal-content {
|
|
border: 1px solid #9fb3c3;
|
|
background: #edf3f7;
|
|
}
|
|
|
|
.matrix-dashboard .modal-header,
|
|
.matrix-dashboard .modal-footer {
|
|
border-color: #bdcbd6;
|
|
background: #dfe8ef !important;
|
|
}
|
|
|
|
.matrix-dashboard .modal-title {
|
|
color: #243746 !important;
|
|
}
|