File: /wordpress/mu-plugins/edge-cache/css/edge-cache.css
.card-head {
height: 60px;
border-bottom: solid 1px #ccc;
}
.card-head > h2 {
line-height: 50px;
padding: 10px 0px;
margin: auto;
float: left;
}
.card-head > div {
float: left;
line-height: 50px;
width: 32px;
height: 32px;
font-size: 32px;
margin-right: 5px;
padding: 10px 0px;
}
.card-head > span {
font-weight: bold;
margin: 20px 0px;
padding: 0px 10px;
line-height: 30px;
border-radius: 50px;
float: right;
background-color: #f0f0F0;
}
.card-mid {
padding: 10px 0px;
}
.divider {
margin: 20px 0px;
border-bottom: dotted 2px #ccc;
}
.action-status {
display: flex;
flex-wrap: wrap;
height: 40px;
padding-bottom: 10px;
}
.action-status > button {
width: 160px;
}
.action-status > span {
line-height: 20px;
padding: 10px;
margin: 0px 5px;
flex-grow: 1;
order: 2;
}
.action-status > div {
margin-left: auto;
padding-top: 10px;
order: 3;
}
.ec-status-0 {
color: #747474;
}
.ec-status-1 {
color: #2271b1;
}
.ec-status--1 {
color: #d63638;
}
@media all and (max-width: 800px) {
.divider {
margin: 40px 0px;
}
.card-mid {
padding: 40px 0px;
}
}