PluginProbe
Block Animations, Motion & Scroll Effects – Ghost Kit / 3.3.3
Block Animations, Motion & Scroll Effects – Ghost Kit v3.3.3
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 / gutenberg / blocks / google-maps / styles / variables.scss

variables.scss in Block Animations, Motion & Scroll Effects – Ghost Kit 3.3.3, at gutenberg/blocks/google-maps/styles/variables.scss

16 lines 888 B
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 /**
2 * Block Variables
3 */
4 @import "../../../variables";
5
6 .ghostkit-google-maps {
7 --gkt-google-maps__background-color: var(--gkt-color-light-gray);
8
9 // Placeholder Icon.
10 --gkt-google-maps--placeholder-icon__width: 36px;
11 --gkt-google-maps--placeholder-icon__height: 36px;
12 // stylelint-disable-next-line function-url-quotes
13 --gkt-google-maps--placeholder-icon__background-image: url('data:image/svg+xml;utf8,<svg viewBox="0 0 36 36" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M6.15087 16.7692C8.40185 26.1755 17.1041 33.3352 17.8772 33.9562C17.9131 33.985 17.9513 33.985 17.9872 33.9562C18.7603 33.3352 27.4625 26.1755 29.7135 16.7692C31.4516 9.50628 25.001 2 17.9322 2C10.8634 2 4.97273 9.38462 6.15087 16.7692Z" fill="%23191E23"/><ellipse cx="17.9322" cy="14.5385" rx="4.71253" ry="4.92308" fill="white"/></svg>');
14 --gkt-google-maps--placeholder-icon__opacity: 0.3;
15 }
16