Sha256: 841a572e0a61b98f95b524a1ceeb476a7293e95627430cdc999493a37d56d4bc
Contents?: true
Size: 829 Bytes
Versions: 5
Compression:
Stored size: 829 Bytes
Contents
@import "../../tokens/fonts"; @import "../../tokens/typography"; @import "../../tokens/colors"; @import "../../utilities/colors"; * { box-sizing: border-box; margin: 0; padding: 0; &:before, &:after { box-sizing: border-box; } } html { -webkit-tap-highlight-color: rgba(0, 0, 0, 0); height: 100vh; } body { font-family: $font_family_base; font-size: $font_base; line-height: 1.5; background-color: $bg-light; height: 100%; letter-spacing: $lspace_normal; font-weight: $regular; font-style: normal; text-rendering: optimizeLegibility; -moz-font-feature-settings: "liga" on; color: $charcoal; margin: 0 !important; padding: 0 !important; box-sizing: border-box; min-height: 100vh; padding: 50px; // REMOVE AFTER STYLED } a { text-decoration: none; color: $power_royal; }
Version data entries
5 entries across 5 versions & 1 rubygems