Sha256: 509ac0af440d17ad6b0c3e8d4d25c77dd3bcff4fd989b3332f8e7d0ed87579f5
Contents?: true
Size: 770 Bytes
Versions: 582
Compression:
Stored size: 770 Bytes
Contents
@import "tokens/typography"; @import "tokens/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; overflow-x: hidden; } 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: $primary; }
Version data entries
582 entries across 582 versions & 1 rubygems
Version | Path |
---|---|
playbook_ui-13.19.0.pre.alpha.PBNTR207tabledivsupport2245 | app/pb_kits/playbook/_reset.scss |
playbook_ui-13.19.0 | app/pb_kits/playbook/_reset.scss |