Sha256: 93ee0236c90604c3a5621a965178fc2fd5ed6566fd66cb084af2c3fff4a46584
Contents?: true
Size: 778 Bytes
Versions: 62
Compression:
Stored size: 778 Bytes
Contents
/*------------------------------------*\ #PROPERTY-TOGGLE \*------------------------------------*/ $property-toggle-disabled-opacity: 0.5 !default; $property-toggle-name-width: 120px; .property-toggle { @extend %clearfix; margin-bottom: ($spacing-unit * 2); } .property-toggle__checkbox { position: relative; top: ($spacing-unit / 2); z-index: index($property-toggle, checkbox); margin-right: $spacing-unit; float: left; } .property-toggle__checkbox-input {} .property-toggle__property { position: relative; z-index: index($property-toggle, property); opacity: $property-toggle-disabled-opacity; } .property-toggle__property--active { opacity: 1; }
Version data entries
62 entries across 62 versions & 1 rubygems