summaryrefslogtreecommitdiff
path: root/themes/base.less
diff options
context:
space:
mode:
Diffstat (limited to 'themes/base.less')
-rw-r--r--themes/base.less22
1 files changed, 22 insertions, 0 deletions
diff --git a/themes/base.less b/themes/base.less
index 677f3200..35473860 100644
--- a/themes/base.less
+++ b/themes/base.less
@@ -21,6 +21,28 @@ body {
margin: 0px;
}
+.stats {
+ .make-xs-column(3);
+ text-align: center;
+
+ .number {
+ font-size: 80px;
+ font-weight: 200;
+ }
+}
+
+.stats-danger {
+ color: @brand-danger;
+}
+
+.stats-warning {
+ color: @brand-warning;
+}
+
+.stats-success {
+ color: @brand-success;
+}
+
.panel-primary .panel-heading a {
color: @panel-primary-text;
}