chowa
Version:
UI component library based on React
64 lines (56 loc) • 1.22 kB
CSS
/**
* @license chowa v1.1.3
*
* Copyright (c) Chowa Techonlogies Co.,Ltd.(http://www.chowa.cn).
*
* This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree.
*/
.cw-statistic {
margin: 0;
padding: 0;
box-sizing: border-box;
line-height: 1.5; }
.cw-statistic-title {
margin: 0 0 8px 0;
padding: 0;
box-sizing: border-box;
font-size: 14px;
color: #888da8; }
.cw-statistic-content {
margin: 0;
padding: 0;
box-sizing: border-box;
display: flex;
flex-direction: row;
align-items: center;
justify-content: flex-start; }
.cw-statistic-value {
margin: 0;
padding: 0;
box-sizing: border-box;
flex: none;
color: #414a63; }
.cw-statistic-value-moment,
.cw-statistic-value-integer {
margin: 0;
padding: 0;
box-sizing: border-box;
font-size: 24px; }
.cw-statistic-value-decimal {
margin: 0;
padding: 0;
box-sizing: border-box;
font-size: 18px; }
.cw-statistic-prefix {
margin: 0 8px 0 0;
padding: 0;
box-sizing: border-box;
font-size: 24px;
color: #414a63; }
.cw-statistic-suffix {
margin: 0 0 0 4px;
padding: 0;
box-sizing: border-box;
font-size: 24px;
color: #414a63; }