/* * # Semantic - Statistic * http://github.com/semantic-org/semantic-ui/ * * * Copyright 2014 Contributors * Released under the MIT license * http://opensource.org/licenses/MIT * */ /******************************* Theme *******************************/ @type : 'view'; @element : 'statistic'; @import '../../semantic.config'; /******************************* Statistic *******************************/ .ui.statistic { margin: 1em 0em; text-align: center; } .ui.statistic:first-child { margin-top: 0em; } .ui.statistic:last-child { margin-bottom: 0em; } /******************************* Content *******************************/ .ui.statistic > .number { font-size: 4em; font-weight: 300; color: rgba(0, 0, 0, 0.7); } .ui.statistic > .description { opacity: 0.8; }