Sha256: 076c3936fa1e1a2efa0011fedf053e8a814315db8ec2c6ef9e7abdd935a9ab4d
Contents?: true
Size: 624 Bytes
Versions: 5
Compression:
Stored size: 624 Bytes
Contents
.o-title { @include e(type) { @include txt-element(title-type); @include m(short) { @include txt-element(title-type-short); } @include m(top-align) { display: inline-flex; line-height: 1; vertical-align: top; } } @include e(duration) { @include txt-element(title-duration); float: right; } @each $code, $color in $ub-colorcodes { @include m(#{$code}) { background-color: $color; } } } .o-content-title { @include txt-element(breadcrumbs); padding-bottom: $ub-small-padding; padding-top: $ub-small-padding; &, a {color: $ub-white;} }
Version data entries
5 entries across 5 versions & 1 rubygems