Sha256: 39a727f1b7909f87405af8352aa193f6ace505ead8517637c1197fe087ffcdd2
Contents?: true
Size: 1.61 KB
Versions: 8
Compression:
Stored size: 1.61 KB
Contents
@import url('https://fonts.googleapis.com/css?family=Lato:400,900|Open+Sans:400,700'); .text-no-underline { text-decoration: none !important; } .text-underline { text-decoration: underline !important; } .text-nowrap { white-space: nowrap; } .text-black { color: #000; &:hover { color: #000; } } .text-grey { color: $color-grey; } .text-grey2 { color: $color-grey2; } .text-grey3 { color: $color-grey3; } .text-grey4 { color: $color-grey4; } .text-grey5 { color: $color-grey5; } .text-grey6 { color: $color-grey6; } .anchor { display: block; position: relative; top: -70px; visibility: hidden; } body { font-family: 'Open Sans', sans-serif; font-size: 14px; line-height: 24px; } small { font-size: 10px; line-height: 18px; } p.lead { font-size: 18px; line-height: 24px; } h1 { font-family: 'Lato', sans-serif; font-weight: 800; font-size: 52px; line-height: 67px; // font-size: 40px; // line-height: 48px; } h2 { font-family: 'Lato', sans-serif; font-weight: 800; font-size: 40px; line-height: 48px; // font-size: 28px; // line-height: 34px; } h3 { font-family: 'Lato', sans-serif; font-weight: 800; // font-size: 28px; // line-height: 34px; font-size: 34px; line-height: 42px; } h4 { font-family: 'Lato', sans-serif; font-weight: 900; // font-size: 20px; // line-height: 26px; font-size: 28px; line-height: 34px; } h5 { font-family: 'Lato', sans-serif; font-weight: 700; text-transform: uppercase; font-size: 20px; line-height: 26px; } h6 { font-family: 'Lato', sans-serif; font-weight: 700; }
Version data entries
8 entries across 8 versions & 1 rubygems