Sha256: 91609a087bd989e8ef126c3c0054da92311ed74542859a101b83cb78f5cbc1b1
Contents?: true
Size: 620 Bytes
Versions: 1
Compression:
Stored size: 620 Bytes
Contents
@import "./tokens/colors"; @import "./tokens/spacing"; [class^=pb_collapsible_kit] { padding: $space_md; .toggle-content { display: none; height: 0; padding-bottom: 0 !important; padding-top: 0 !important; overflow: hidden; transition: height 300ms, padding 300ms ease-in-out; } .toggle-content.is-visible { display: block; height: auto; } .icon_wrapper:hover { color: $primary } .dark { .pb_icon_kit { color: $white; } } } [class^=pb_collapsible_main_kit] { padding: $space_md; } [class^=pb_collapsible_content_kit] { padding: $space_md; }
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
playbook_ui-13.5.0.pre.alpha.play984collapsiblekithidestooltips1203 | app/pb_kits/playbook/pb_collapsible/_collapsible.scss |