Sha256: 15ff0d681f9a0e40a0054fac5a009cf298e6d4924b8f2ff30f2e5f7a18f27378
Contents?: true
Size: 923 Bytes
Versions: 5
Compression:
Stored size: 923 Bytes
Contents
$ub-freshdesk-typography: ( breadcrumb: (color: #7f8184, font-size: 16px, font-weight: 600, line-height: 19px), button: (font-size: 14px, font-weight: 600, line-height: 17px, text-align: center, text-transform: capitalize), footer-links: (color: #fff, opacity: .4, font-size: 17px, font-weight: 600, line-height: 20px), header: (color: #fff, font-size: 33px, font-weight: 500, line-height: 1), lead: (color: #4c4c4c, font-size: 28px, font-weight: 500, line-height: 34px), tab-title: (color: #4a4a4a, text-transform: uppercase, font-size: 14px, font-weight: bold, line-height: 32px), title: (color: #423872, font-size: 30px, font-weight: 600, line-height: 36px) ); @each $element, $typo in $ub-freshdesk-typography { .u-fd-txt--#{$element} { @include txt-element($element, $ub-freshdesk-typography); } } @mixin txt-fd-element($element) { @include txt-element($element, $ub-freshdesk-typography); }
Version data entries
5 entries across 5 versions & 1 rubygems