Sha256: 9c8881a5efb5e1dca9cfc1ef403f50bb9d11db95b1102c4c7fd68cc635818d1b
Contents?: true
Size: 1.27 KB
Versions: 47
Compression:
Stored size: 1.27 KB
Contents
[class^=pb_selectable_card_icon_kit] { text-align: center; user-select: none; input[type="checkbox"], input[type="radio"] { transition-duration: $transition_short; &:checked ~ label { transition-timing-function: $easeIn; color: $primary; h4 { color: $primary; } } &:not(:checked) ~ label { transition-timing-function: $easeOut; color: $slate; } } &[class*=_disabled] { opacity: $opacity_6; cursor: not-allowed; * { cursor: not-allowed; } } &[class*=_dark] { input[type="checkbox"], input[type="radio"] { transition-duration: $transition_short; &:checked ~ label { transition-timing-function: $easeIn; color: $active_dark; h4 { color: $active_dark !important; } } &:not(:checked) ~ label { transition-timing-function: $easeOut; color: $text_dk_lighter; h4 { color: $text_dk_default !important; } } } } [class^=pb_selectable_icon_kit] { margin-bottom: 0px; } [class^=pb_body_kit_light] { margin-top: $space_xs; } [class^=pb_selectable_card_kit] { margin-bottom: 0px !important; } }
Version data entries
47 entries across 47 versions & 1 rubygems