PluginProbe
Block Animations, Motion & Scroll Effects – Ghost Kit / 3.6.1
Block Animations, Motion & Scroll Effects – Ghost Kit v3.6.1
3.7.2 3.7.1 3.7.0 3.6.1 trunk 1.6.3 2.25.0 3.3.0 3.3.1 3.3.2 3.3.3 3.4.0 3.4.1 3.4.2 3.4.3 3.4.4 3.4.5 3.4.6 3.5.0 3.5.1 3.6.0
ghostkit / build / gutenberg / blocks / shape-divider / styles / style.css

style.css in Block Animations, Motion & Scroll Effects – Ghost Kit 3.6.1, at build/gutenberg/blocks/shape-divider/styles/style.css

2 lines 571 B
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 .ghostkit-shape-divider{--gkt-shape-divider__color:var(--gkt-color-primary);--gkt-shape-divider__z-index:1;align-items:center;color:var(--gkt-shape-divider__color);display:flex;justify-content:center;overflow:hidden;z-index:var(--gkt-shape-divider__z-index)}.ghostkit-shape-divider svg{display:block;flex:0 0 auto;min-width:100%}.ghostkit-shape-divider-flip-vertical svg{transform:scaleY(-1)}.ghostkit-shape-divider-flip-horizontal svg{transform:scaleX(-1)}.ghostkit-shape-divider-flip-vertical.ghostkit-shape-divider-flip-horizontal svg{transform:scaleY(-1) scaleX(-1)}
2