2018-08-30 14:25:33 +00:00
|
|
|
.card-header {
|
|
|
|
align-items: center;
|
|
|
|
justify-content: space-between;
|
|
|
|
padding: 0.6rem 1.5rem;
|
|
|
|
}
|
|
|
|
|
|
|
|
.card-subtitle {
|
|
|
|
margin: 4px 0;
|
|
|
|
line-height: 1.4;
|
|
|
|
}
|
|
|
|
|
|
|
|
.card-table-overflow {
|
|
|
|
overflow-y: auto;
|
|
|
|
max-height: 280px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.card-actions {
|
|
|
|
margin-top: 20px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.card-actions-top {
|
|
|
|
margin-bottom: 20px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.card-graph {
|
|
|
|
display: flex;
|
|
|
|
align-items: center;
|
|
|
|
justify-content: center;
|
|
|
|
}
|
|
|
|
|
|
|
|
.card-body--status {
|
|
|
|
padding: 2.5rem 1.5rem;
|
|
|
|
text-align: center;
|
|
|
|
}
|
|
|
|
|
|
|
|
.card-refresh {
|
|
|
|
height: 26px;
|
|
|
|
width: 26px;
|
|
|
|
background-size: 14px;
|
|
|
|
background-position: center;
|
|
|
|
background-repeat: no-repeat;
|
2018-10-08 15:55:30 +00:00
|
|
|
background-image: url("data:image/svg+xml;base64,PHN2ZyBmaWxsPSJub25lIiBoZWlnaHQ9IjI0IiBzdHJva2U9IiM0NjdmY2YiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIgc3Ryb2tlLXdpZHRoPSIyIiB2aWV3Qm94PSIwIDAgMjQgMjQiIHdpZHRoPSIyNCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJtMjMgNHY2aC02Ii8+PHBhdGggZD0ibTEgMjB2LTZoNiIvPjxwYXRoIGQ9Im0zLjUxIDlhOSA5IDAgMCAxIDE0Ljg1LTMuMzZsNC42NCA0LjM2bS0yMiA0IDQuNjQgNC4zNmE5IDkgMCAwIDAgMTQuODUtMy4zNiIvPjwvc3ZnPg==");
|
2018-08-30 14:25:33 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.card-refresh:hover,
|
|
|
|
.card-refresh:not(:disabled):not(.disabled):active,
|
|
|
|
.card-refresh:focus:active {
|
2018-10-08 15:55:30 +00:00
|
|
|
background-image: url("data:image/svg+xml;base64,PHN2ZyBmaWxsPSJub25lIiBoZWlnaHQ9IjI0IiBzdHJva2U9IiNmZmYiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIgc3Ryb2tlLXdpZHRoPSIyIiB2aWV3Qm94PSIwIDAgMjQgMjQiIHdpZHRoPSIyNCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJtMjMgNHY2aC02Ii8+PHBhdGggZD0ibTEgMjB2LTZoNiIvPjxwYXRoIGQ9Im0zLjUxIDlhOSA5IDAgMCAxIDE0Ljg1LTMuMzZsNC42NCA0LjM2bS0yMiA0IDQuNjQgNC4zNmE5IDkgMCAwIDAgMTQuODUtMy4zNiIvPjwvc3ZnPg==");
|
2018-08-30 14:25:33 +00:00
|
|
|
}
|
2018-10-12 13:02:01 +00:00
|
|
|
|
|
|
|
.card-title-stats {
|
|
|
|
color: #9aa0ac;
|
|
|
|
white-space: nowrap;
|
|
|
|
text-overflow: ellipsis;
|
|
|
|
overflow: hidden;
|
|
|
|
}
|
|
|
|
|
|
|
|
.card-body-stats {
|
|
|
|
position: relative;
|
|
|
|
flex: 1 1 auto;
|
|
|
|
margin: 0;
|
|
|
|
padding: 1rem 1.5rem;
|
|
|
|
}
|
|
|
|
|
|
|
|
.card-value-stats {
|
|
|
|
display: block;
|
|
|
|
font-size: 2.1rem;
|
|
|
|
line-height: 2.7rem;
|
|
|
|
height: 2.7rem;
|
|
|
|
text-overflow: ellipsis;
|
|
|
|
white-space: nowrap;
|
|
|
|
overflow: hidden;
|
|
|
|
}
|
|
|
|
|
|
|
|
.card-value-percent {
|
|
|
|
position: absolute;
|
|
|
|
top: 15px;
|
|
|
|
right: 15px;
|
|
|
|
font-size: 0.9rem;
|
|
|
|
line-height: 1;
|
|
|
|
height: auto;
|
|
|
|
}
|
|
|
|
|
|
|
|
.card-value-percent:after {
|
|
|
|
content: "%";
|
|
|
|
}
|