Sha256: 027eb655491f468d3d5371f70dfc96b35cbff39ccba3b3552d916d07631d861a
Contents?: true
Size: 689 Bytes
Versions: 2
Compression:
Stored size: 689 Bytes
Contents
// // Border-radius // .rounded { @include border-radius($border-radius); } .rounded-top { @include border-top-radius($border-radius); } .rounded-right { @include border-right-radius($border-radius); } .rounded-bottom { @include border-bottom-radius($border-radius); } .rounded-left { @include border-left-radius($border-radius); } .rounded-circle { border-radius: 50%; } .rounded-0{ border-radius: 0; } // // Shadows // .shadow-shallow { box-shadow: $shadow-shallow; } .shadow-default { box-shadow: $shadow-default; } .shadow-deep { box-shadow: $shadow-deep; } .shadow-deeper { box-shadow: $shadow-deeper; } .shadow-deepest { box-shadow: $shadow-deepest; }
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
nitro_sg-3.0.2 | sass-mixins/class-helpers/_radius-and-shadows.scss |
nitro_sg-3.0.1 | sass-mixins/class-helpers/_radius-and-shadows.scss |