Sha256: 48f3fedbf97e56808e88eda221e30a434f86a13d4f97f75d8dea17d13626cfeb
Contents?: true
Size: 597 Bytes
Versions: 1
Compression:
Stored size: 597 Bytes
Contents
// Display .block { display: block; } .inline { display: inline; } .inline-block { display: inline-block; } // Vertical alignment .va-top { vertical-align: top; } .va-middle { vertical-align: middle; } .va-bottom { vertical-align: bottom; } .va-baseline { vertical-align: baseline; } .text-light { color: #ddd; } .cursor-pointer { cursor: pointer; } @include breakpoint(sm) { .text-right-sm { text-align: right; } .text-center-sm { text-align: center; } } @include breakpoint(md) { .text-right-md { text-align: right; } .text-center-md { text-align: center; } }
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
forest_cms-0.98.1 | app/assets/stylesheets/forest/admin/partials/_helper_classes.scss |