64 lines
1.1 KiB
CSS
64 lines
1.1 KiB
CSS
.CPUMemory {
|
|
font-size: 14px;
|
|
color: #ffffff;
|
|
padding-bottom: 13px;
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: space-between;
|
|
}
|
|
|
|
.CPUUsagesSpan {
|
|
color: #5589a9;
|
|
font-weight: bold;
|
|
}
|
|
|
|
.mainCalendarSection {
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: space-between;
|
|
}
|
|
|
|
.gridGraphSection {
|
|
padding: 10px 15px;
|
|
background: #102d3c;
|
|
margin-bottom: 10px;
|
|
}
|
|
|
|
#detect-log {
|
|
font-size: 11px;
|
|
line-height: 1.5;
|
|
word-break: break-all;
|
|
text-wrap: pretty;
|
|
color: #ffffff;
|
|
}
|
|
|
|
#barChart {
|
|
width: 48% !important;
|
|
height: 250px !important;
|
|
}
|
|
|
|
#lineChart {
|
|
width: 48% !important;
|
|
height: 250px !important;
|
|
}
|
|
|
|
.running-title {
|
|
font-size: 14px;
|
|
color: #ffffff;
|
|
padding-bottom: 13px;
|
|
}
|
|
|
|
.green-button{
|
|
color: white;
|
|
background-color: #1ca31c;
|
|
border-radius: 5px;
|
|
border: transparent;
|
|
height: 30px;
|
|
width: 100px;
|
|
}
|
|
|
|
.text-change{
|
|
color: #1ca31c;
|
|
margin-left: 15px;
|
|
margin-top: 5px;
|
|
} |