Sha256: e490762fc7c5db100d29b87eaf8fc0daaf9f31ac6cba41465c38020ca5268da3
Contents?: true
Size: 1.13 KB
Versions: 2
Compression:
Stored size: 1.13 KB
Contents
@mixin chameleon-typography-titles { .title--alpha, .title--beta, .title--gamma, .title--epsilon, .title--zeta { @extend %font-family-primary; } .title--delta { @extend %font-family-secondary; } .title--alpha { font-size: rem-calc(28px); line-height: 1.1em; font-weight: 400; letter-spacing: -1.4px; strong { font-weight: 500; } @media #{$medium-up} { font-size: rem-calc(34px); } } .title--beta { font-size: rem-calc(24px); line-height: 1.25em; font-weight: 400; color: $color-black; letter-spacing: -2px; @media #{$medium-up} { font-size: rem-calc(28px); } } .title--gamma { font-size: rem-calc(22px); font-weight: 400; line-height: 1.15em; } .title--delta { font-size: rem-calc(18px); font-weight: 400; line-height: 1.4em; text-transform: none; } .title--epsilon { font-size: rem-calc(16px); font-weight: 500; line-height: 1.1em; } .title--zeta { text-transform: uppercase; font-size: rem-calc(12px); font-weight: 700; color: $color-black; line-height: 1.1em; } }
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
pusher-chameleon-1.2.1 | stylesheets/typography/_titles.scss |
pusher-chameleon-1.2.0 | stylesheets/typography/_titles.scss |