Sha256: df73288353947f5f0dfccbaa560b07512442814e70770eb8336975bdc0a7d3fd
Contents?: true
Size: 1.45 KB
Versions: 47
Compression:
Stored size: 1.45 KB
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; } &.social_networks{ a{ display: block; } a:hover{ text-decoration: underline; } } &.expanded{ display: flex; justify-content: space-between; > :first-child{ flex: 1 1 80%; min-width: 0; div{ display: inline; @include ellipsis(); .author__name{ // Allow the ellipsis, otherwise it's not shown display: inherit; } } } > :last-child{ flex: 1 0 40%; } @include flexgap(.5rem); } } .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; font-size: 85%; letter-spacing: .01em; text-transform: uppercase; 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
47 entries across 47 versions & 1 rubygems