You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
48 lines
837 B
48 lines
837 B
/*
|
|
* # 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;
|
|
}
|