Sha256: 8a7bed57e0d42b0f3e1adb4d030b87c944d4e48ebcbd80a4a520da460f000b66
Contents?: true
Size: 930 Bytes
Versions: 6
Compression:
Stored size: 930 Bytes
Contents
.definition-data{ display: flex; flex-wrap: wrap; } .definition-data__item{ display: block; padding: .75rem .5rem; border-bottom: $border; flex-basis: 100%; &:last-child{ border-bottom: 0; } } .definition-data__item--double{ display: inline-block; flex-basis: 50%; width: 50%; border-right: $border; &:nth-of-type(even){ border-right: 0; } &:nth-last-child(2):nth-child(odd){ border-bottom: 0; } } .definition-data__title{ display: block; text-transform: uppercase; font-size: 85%; line-height: 1; margin-bottom: .25rem; color: $muted; } .definition-data__number{ display: block; line-height: 1; font-weight: 600; font-size: rem-calc(20); color: $body-font-color; margin-bottom: .2rem; } .definition-data__text{ display: block; margin: .5rem; color: $body-font-color; text-transform: none; font-size: 1rem; line-height: $global-lineheight; }
Version data entries
6 entries across 6 versions & 1 rubygems