mirror of
https://github.com/Readarr/Readarr.git
synced 2026-04-24 22:35:39 -04:00
adding bootstrap layout.
This commit is contained in:
@@ -0,0 +1,36 @@
|
||||
.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;
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user