Sha256: 890b37f97e12d56cbf1417882041415fd24c85c7ae8bb5ca6bd8e3f84717ce18
Contents?: true
Size: 1.18 KB
Versions: 21
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
21 entries across 21 versions & 1 rubygems