diff options
author | msquare <msquare@notrademark.de> | 2017-12-12 21:57:57 +0100 |
---|---|---|
committer | msquare <msquare@notrademark.de> | 2017-12-12 21:57:57 +0100 |
commit | ff94df53d69234ae2625462a76926e131ade05b7 (patch) | |
tree | b5ee27bd8461a06a2b7e082faa48c6fa66fc560f /themes | |
parent | d5631297dc42c06b1695fdb6f65d2b6a4b04c633 (diff) |
finish basic public dashboard
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; } |