Sha256: d77730509be631ba714ded8444892cf4b2c38d53433f350658d62fb6e3f9d9b9
Contents?: true
Size: 768 Bytes
Versions: 6
Compression:
Stored size: 768 Bytes
Contents
@import "base-variables/_colors.scss"; @import "base-variables/_spacing.sass"; @import "base-variables/_typography.sass"; .grade { display: flex; flex-direction: row; .star { font-size: $font-largest; line-height: 36px; margin-right: $space-base; color: $ink-lighter; } div { display: flex; flex-direction: column; p { font-size: $font-large; color: $ink-light; font-weight: $bold; margin: 0; padding: 0; line-height: $font-large + 2; text-align: center; } label { margin: 0; padding: 0; color: $ink-lightest; text-transform: uppercase; font-weight: $regular; font-size: $font-smaller; line-height: $font-smaller + 2; } } }
Version data entries
6 entries across 6 versions & 2 rubygems