Sha256: 9a8d11529492a1aedb903e69e184124241d51b4869d2195482b5674449c69906
Contents?: true
Size: 555 Bytes
Versions: 3
Compression:
Stored size: 555 Bytes
Contents
@import "colors"; @import "opacity"; $shadow_none: 0 0 0 0 transparent; $shadow_shallow: 0 1px 1px 0 $shadow_light; $shadow_default: 0 1px 5px 0 $shadow_light; $shadow_deep: 0 2px 10px 0 $shadow_light; $shadow_deeper: 0 7px 18px 0 $shadow_light; $shadow_deepest: 0 31px 41px 0 rgba($bg_dark, $opacity_2), 0 2px 16px 0 rgba($bg_dark, 0.08); $box_shadows: ( shadow_none: $shadow_none, shadow_shallow: $shadow_shallow, shadow_default: $shadow_default, shadow_deep: $shadow_deep, shadow_deeper: $shadow_deeper, shadow_deepest: $shadow_deepest );
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
playbook_ui-2.8.4 | app/pb_kits/playbook/tokens/_shadows.scss |
playbook_ui-2.8.3 | app/pb_kits/playbook/tokens/_shadows.scss |
playbook_ui-2.8.1 | app/pb_kits/playbook/tokens/_shadows.scss |