Sha256: 87ffdd5cabca4b20b44de0874ad0d0e1f1c30145136e7a4d2e19a7fdc4a270ae
Contents?: true
Size: 405 Bytes
Versions: 8
Compression:
Stored size: 405 Bytes
Contents
$no-content-color: $medium-gray !default; // No Content Mixins @mixin no-content { padding: $global-padding; text-align: center; color: $no-content-color; > i { font-size: 3rem; } > img { height: 3rem; margin-bottom: $global-margin; } > span { display: block; } } // No Content Component @mixin bedrock-no-content { .no-content { @include no-content; } }
Version data entries
8 entries across 8 versions & 1 rubygems