~johnsca/charms/trusty/cloudfoundry/better-basic-reconciler-status

« back to all changes in this revision

Viewing changes to reconciler/ui/static/semantic/less/views/statistic.less

  • Committer: Whit Morriss
  • Date: 2014-10-13 06:50:17 UTC
  • mto: (132.2.1 reconciler) (145.1.1 trunk)
  • mto: This revision was merged to the branch mainline in revision 156.
  • Revision ID: whit.morriss@canonical.com-20141013065017-0feo2ku3yllymkol
reorg reconciler

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
/*
 
2
 * # Statistic
 
3
 *
 
4
 *
 
5
 * Copyright 2014 Contributors
 
6
 * Released under the MIT license
 
7
 * http://opensource.org/licenses/MIT
 
8
 *
 
9
 * Released: Aug 20, 2014
 
10
 */
 
11
/*******************************
 
12
           Statistic
 
13
*******************************/
 
14
.ui.statistic {
 
15
  text-align: center;
 
16
}
 
17
/*******************************
 
18
            Content
 
19
*******************************/
 
20
.ui.statistic > .number {
 
21
  font-size: 4em;
 
22
  font-weight: bold;
 
23
  color: rgba(0, 0, 0, 0.7);
 
24
}
 
25
.ui.statistic > .description {
 
26
  opacity: 0.8;
 
27
}