From ff94df53d69234ae2625462a76926e131ade05b7 Mon Sep 17 00:00:00 2001 From: msquare Date: Tue, 12 Dec 2017 21:57:57 +0100 Subject: finish basic public dashboard --- themes/base.less | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) (limited to 'themes') 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; } -- cgit v1.2.3-54-g00ecf