/
githubmirror
/
element
Обзор
Документация
Войти
/
githubmirror
/
element
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
dev
packages/theme-chalk/src/statistic.scss
38 строк
782 B
yang
Statistic: Update code and doc (#22276)
07 фев 2023, 10:21
Не верифицирован
07 фев 2023, 10:21
c56f1d6
Код
Авторство
О чём код?
@import "mixins/mixins"; @import "common/var"; @include b(statistic) { $statistic-justify: center; $statistic-align: center; width: 100%; box-sizing: border-box; margin: 0; padding: 0; color: $--color-black; font-variant: tabular-nums; list-style: none; font-feature-settings: "tnum"; text-align: center; .head { margin-bottom: 4px; color: $--color-text-regular; font-size: $--font-size-small; } .con { font-family: Sans-serif; display: flex; justify-content: $statistic-justify; align-items: $statistic-align; color: $--color-text-primary; .number { font-size: $--font-size-extra-large; padding: 0 4px; } span { display: inline-block; margin: 0; line-height: 100%; } } }