1
0
mirror of https://github.com/Radarr/Radarr.git synced 2024-10-06 08:07:20 +02:00
Radarr/NzbDrone.Web/Content2/stats.css
2013-02-15 16:51:58 -08:00

37 lines
463 B
CSS

.stat-item {
background: whiteSmoke;
font-weight: 100;
}
.user-stats {
margin-bottom: 30px;
}
.stat-value {
font-size: 50px;
padding-bottom: 20px;
padding-left: 5px;
border-bottom-style: solid;
border-bottom-width: 10px;
}
.stat-size {
color: #1081CD;
}
.stat-count {
color: #8EBD40;
}
.stat-last-backup {
color: #988CC3;
}
.stat-lable {
color: #57606B;
margin-bottom: 15px;
padding-left: 5px;
}