diff options
Diffstat (limited to 'themes')
-rw-r--r-- | themes/base.less | 22 |
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; } |