Sha256: ba61188b668774322a6d277ba9190e120654679e05d8b56432107c803795f532
Contents?: true
Size: 1.26 KB
Versions: 108
Compression:
Stored size: 1.26 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; } } &.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
108 entries across 108 versions & 1 rubygems