Colorize stats style.

Add mouseover brightness to device image.
This commit is contained in:
Gunther Brunner
2015-06-15 23:22:27 +09:00
parent 8934078708
commit 1de49788ac
3 changed files with 22 additions and 14 deletions

View File

@@ -1,14 +1,13 @@
/* TODO: REFORMAT device-stats */
.device-stats {
min-height: 120px;
height: 120px;
min-height: 100px;
height: 100px;
text-align: center;
}
.device-stats [class^="col-"],
.device-stats [class*="col-"] {
border-right: 1px solid #e6e6e6;
height: 100%;
margin-bottom: 0;
}
@@ -22,9 +21,7 @@
.device-stats [class*="col-"] .number {
font-size: 3.8em;
font-weight: 100;
color: #007aff;
line-height: 1.4em;
padding-top: 8px;
letter-spacing: -0.06em;
}