Sha256: 5f8d86006fa6b6aa7657694b266c0b026b237976db5b0302f64b975a4434b40b
Contents?: true
Size: 1.18 KB
Versions: 293
Compression:
Stored size: 1.18 KB
Contents
import colors from '../tokens/_colors.scss' import typography from '../tokens/_typography.scss' const pbIndicator = { title: { fontFamily: typography.font_family_base, color: colors.text_lt_light, fontSizes: { big: typography.text_large, medium: typography.text_base, small: typography.text_small, micro: typography.text_small, }, }, secondaryTitle: { color: colors.text_lt_light, fontFamily: typography.font_family_base, fontSizes: { big: typography.text_large, medium: typography.text_base, small: typography.text_small, micro: typography.text_small, }, }, value: { fontFamily: typography.font_family_base, color: colors.text_lt_default, fontWeight: typography.lighter, fontSizes: { big: typography.heading_1, medium: typography.heading_1, small: typography.text_base, micro: typography.text_small, }, }, secondaryValue: { fontFamily: typography.font_family_base, fontSizes: { big: typography.text_large, medium: typography.text_base, small: typography.text_small, micro: typography.text_small, }, }, } export default pbIndicator
Version data entries
293 entries across 293 versions & 1 rubygems