mirror of
https://github.com/DeviceFarmer/stf.git
synced 2026-04-20 12:55:26 +02:00
Colorize stats style.
Add mouseover brightness to device image.
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user