Sha256: 3ccb9f57e15dd9ead239073815a8ac04c8bae07e1b62740cfbcd21ff9d0f58bd
Contents?: true
Size: 487 Bytes
Versions: 20
Compression:
Stored size: 487 Bytes
Contents
@mixin no-space { padding: 0px; margin: 0px; } @mixin shadow-box-wrap($backgroundColor) { background: $backgroundColor; padding: 20px; @include border-radius(3px); border: none; border-bottom: 2px solid darken($backgroundColor, 10%); } @mixin caret-up($color: $pageMenuForeColor, $size: 4px) { border-top: none; border-bottom: $size solid $color; } @mixin caret-down($color: $pageMenuForeColor, $size: 4px) { border-bottom: none; border-top: $size solid $color; }
Version data entries
20 entries across 20 versions & 1 rubygems