UNPKG

winbox-ui-next

Version:

We Design Vue 2.0: A Vue.js 3 UI Library

53 lines (52 loc) 1.17 kB
/******** borderSize *******/ /******** borderStyle *******/ /******** radius *******/ /******** shadow distance *******/ /******** size *******/ /******** spacing *******/ /******** shadow *******/ /******** opacity *******/ /******** fontSize *******/ /******** fontWeight ********/ /******** radius *******/ /******** Primary *******/ /******** success *******/ /******** warning *******/ /******** danger *******/ /******** link *******/ /******** radius *******/ /********* icon hover *********/ .w-statistic { display: inline-block; color: var(--color-text-2); line-height: 1.5715; } .w-statistic-title { margin-bottom: 8px; font-size: 14px; color: var(--color-text-2); } .w-statistic-content .w-statistic-value { color: var(--color-text-1); font-weight: 500; font-size: 26px; white-space: nowrap; } .w-statistic-content .w-statistic-value-integer { font-size: 26px; white-space: nowrap; } .w-statistic-content .w-statistic-value-decimal { display: inline-block; font-size: 26px; } .w-statistic-prefix { font-size: 14px; } .w-statistic-suffix { font-size: 14px; } .w-statistic-extra { margin-top: 8px; color: var(--color-text-2); }