{"version":3,"sources":["webpack:///editor.scss"],"names":[],"mappings":"AAAA;;+EAE+E;AAC/E;;EAEE;AACF;;EAEE;AACF;;EAEE;AACF;;;EAGE;AACF;;EAEE;AACF;;EAEE;AACF;;EAEE;AACF;;EAEE;AACF;;EAEE;AACF;;EAEE;AACF;;;;;EAKE;AACF;;EAEE;AACF;;EAEE;AACF;;EAEE;AACF;;EAEE;AACF;;;EAGE;AACF;;EAEE;AACF;;EAEE;AACF;EACE,YAAY;EACZ,kBAAkB;EAClB,YAAY,EAAE;EACd;IACE,gBAAgB,EAAE;EACpB;;IAEE,WAAW;IACX,YAAY;IACZ,gBAAgB;IAChB,0DAA0D;IAC1D,eAAe,EAAE;IACjB;MACE;;QAEE,YAAY,EAAE,EAAE;IACpB;MACE;;QAEE,eAAe,EAAE,EAAE;IACvB;;MAEE,aAAa,EAAE;;AAErB;;EAEE;AACF;;EAEE;AACF;;;EAGE;AACF;;EAEE;AACF;;EAEE;AACF;;EAEE;AACF;;EAEE;AACF;;EAEE;AACF,+EAA+E;AAC/E;EACE,6BAA6B,EAAE;;AAEjC;EACE,gBAAgB,EAAE;;AAEpB;EACE,iBAAiB,EAAE;;AAErB;EACE,SAAS;EACT,gBAAgB,EAAE;EAClB;IACE,SAAS,EAAE;;AAEf;EACE,aAAa,EAAE;;AAEjB;EACE,YAAY,EAAE;;AAEhB;EACE,YAAY,EAAE;EACd;IACE,YAAY;IACZ,kBAAkB;IAClB,YAAY;IACZ,WAAW,EAAE;EACf;IACE,gBAAgB,EAAE;IAClB;MACE,aAAa;MACb,sBAAsB;MACtB,cAAc;MACd,yDAAyD,EAAE;EAC/D;IACE,gBAAgB,EAAE;IAClB;MACE,iEAAiE;MACjE,8BAA8B,EAAE;;AAEtC;EACE,cAAc;EACd,gBAAgB;EAChB,8BAA8B;EAC9B,gBAAgB,EAAE;EAClB;IACE,yBAAyB,EAAE;;AAE/B;EACE,cAAc;EACd,aAAa;EACb,6BAA6B,EAAE;EAC/B;;IAEE,gBAAgB,EAAE;;AAEtB;;EAEE,aAAa,EAAE;;AAEjB;EACE,WAAW;EACX,YAAY;EACZ,cAAc;EACd,gBAAgB;EAChB,uBAAuB;EACvB,mBAAmB;EACnB,gBAAgB;EAChB,gBAAgB,EAAE;EAClB;IACE,cAAc,EAAE;;AAEpB;EACE,iCAAiC,EAAE;;AAErC;EACE,qGAAqG;EACrG,+FAA+F;EAC/F,qBAAqB;EACrB,YAAY;EACZ,aAAa;EACb,YAAY;EACZ,kBAAkB;EAClB,wBAAwB;EACxB,gBAAgB;EAChB,wBAAwB;EACxB,oBAAoB;EACpB,kBAAkB,EAAE;;AAEtB;;EAEE,mBAAmB,EAAE","file":"block-editor/block-editor-styles.css","sourcesContent":["/*!******************************************************************************\r\n * Copyright (c) 2020, Code Atlantic LLC.\r\n ******************************************************************************/\n/**\n * Colors\n */\n/**\n * Colors\n */\n/**\n * Fonts & basic variables.\n */\n/**\n * Grid System.\n * https://make.wordpress.org/design/2019/10/31/proposal-a-consistent-spacing-system-for-wordpress/\n */\n/**\n * Dimensions.\n */\n/**\n * Shadows.\n */\n/**\n * Editor widths.\n */\n/**\n * Block UI.\n */\n/**\n * Border radii.\n */\n/**\n * Breakpoint mixins\n */\n/**\n * Long content fade mixin\n *\n * Creates a fading overlay to signify that the content is longer\n * than the space allows.\n */\n/**\n * Focus styles.\n */\n/**\n * Applies editor left position to the selector passed as argument\n */\n/**\n * Styles that are reused verbatim in a few places\n */\n/**\n * Allows users to opt-out of animations via OS-level preferences.\n */\n/**\n * Reset default styles for JavaScript UI based pages.\n * This is a WP-admin agnostic reset\n */\n/**\n * Reset the WP Admin page styles for Gutenberg-like pages.\n */\n/**\n * Breakpoints & Media Queries\n */\n.components-popover .block-editor-popup-select-input {\n  flex-grow: 1;\n  position: relative;\n  padding: 1px; }\n  .components-popover .block-editor-popup-select-input .components-base-control__field {\n    margin-bottom: 0; }\n  .components-popover .block-editor-popup-select-input input[type=\"text\"],\n  .components-popover .block-editor-popup-select-input select {\n    width: 100%;\n    border: none;\n    border-radius: 0;\n    /* Fonts smaller than 16px causes mobile safari to zoom. */\n    font-size: 16px; }\n    @media (min-width: 600px) {\n      .components-popover .block-editor-popup-select-input input[type=\"text\"],\n      .components-popover .block-editor-popup-select-input select {\n        width: 300px; } }\n    @media (min-width: 600px) {\n      .components-popover .block-editor-popup-select-input input[type=\"text\"],\n      .components-popover .block-editor-popup-select-input select {\n        font-size: 13px; } }\n    .components-popover .block-editor-popup-select-input input[type=\"text\"]::-ms-clear,\n    .components-popover .block-editor-popup-select-input select::-ms-clear {\n      display: none; }\n\n/**\n * Colors\n */\n/**\n * Fonts & basic variables.\n */\n/**\n * Grid System.\n * https://make.wordpress.org/design/2019/10/31/proposal-a-consistent-spacing-system-for-wordpress/\n */\n/**\n * Dimensions.\n */\n/**\n * Shadows.\n */\n/**\n * Editor widths.\n */\n/**\n * Block UI.\n */\n/**\n * Border radii.\n */\n/** Copied from @wordpress/block-editor/src/components/url-popover/style.scss */\n.block-editor-popup-trigger-popover__additional-controls {\n  border-top: 1px solid #e2e4e7; }\n\n.block-editor-popup-trigger-popover__additional-controls > div[role=\"menu\"] .components-icon-button:not(:disabled):not([aria-disabled=\"true\"]):not(.is-default) > svg {\n  box-shadow: none; }\n\n.block-editor-popup-trigger-popover__additional-controls div[role=\"menu\"] > .components-icon-button {\n  padding-left: 2px; }\n\n.block-editor-popup-trigger-popover .components-notice.is-dismissible {\n  margin: 0;\n  padding-right: 0; }\n  .block-editor-popup-trigger-popover .components-notice.is-dismissible .components-notice__content {\n    margin: 0; }\n\n.block-editor-popup-trigger-popover__row {\n  display: flex; }\n\n.block-editor-popup-trigger-popover__row > :not(.block-editor-popup-trigger-popover__settings-toggle) {\n  flex-grow: 1; }\n\n.block-editor-popup-trigger-popover .components-icon-button {\n  padding: 3px; }\n  .block-editor-popup-trigger-popover .components-icon-button > svg {\n    padding: 5px;\n    border-radius: 4px;\n    height: 30px;\n    width: 30px; }\n  .block-editor-popup-trigger-popover .components-icon-button:not(:disabled):not([aria-disabled=\"true\"]):not(.is-default):hover {\n    box-shadow: none; }\n    .block-editor-popup-trigger-popover .components-icon-button:not(:disabled):not([aria-disabled=\"true\"]):not(.is-default):hover > svg {\n      outline: none;\n      background-color: #fff;\n      color: #191e23;\n      box-shadow: inset 0 0 0 1px #ccd0d4, inset 0 0 0 2px #fff; }\n  .block-editor-popup-trigger-popover .components-icon-button:not(:disabled):focus {\n    box-shadow: none; }\n    .block-editor-popup-trigger-popover .components-icon-button:not(:disabled):focus > svg {\n      box-shadow: inset 0 0 0 1.5px theme(button), inset 0 0 0 4px #fff;\n      outline: 2px solid transparent; }\n\n.block-editor-popup-trigger-popover__settings-toggle {\n  flex-shrink: 0;\n  border-radius: 0;\n  border-left: 1px solid #e2e4e7;\n  margin-left: 1px; }\n  .block-editor-popup-trigger-popover__settings-toggle[aria-expanded=\"true\"] .dashicon {\n    transform: rotate(180deg); }\n\n.block-editor-popup-trigger-popover__settings {\n  display: block;\n  padding: 16px;\n  border-top: 1px solid #e2e4e7; }\n  .block-editor-popup-trigger-popover__settings .components-base-control:last-child,\n  .block-editor-popup-trigger-popover__settings .components-base-control:last-child .components-base-control__field {\n    margin-bottom: 0; }\n\n.block-editor-popup-trigger-popover__popup-editor,\n.block-editor-popup-trigger-popover__popup-viewer {\n  display: flex; }\n\n.block-editor-popup-trigger-popover__popup-viewer-text {\n  margin: 7px;\n  flex-grow: 1;\n  flex-shrink: 1;\n  overflow: hidden;\n  text-overflow: ellipsis;\n  white-space: nowrap;\n  min-width: 150px;\n  max-width: 500px; }\n  .block-editor-popup-trigger-popover__popup-viewer-text.has-invalid-link {\n    color: #d94f4f; }\n\n.popup-trigger[data-popup-id] {\n  border-bottom: 1px dashed #9aba27; }\n\n.popup-trigger[data-popup-id]::after {\n  /*background: url(\"/wp-content/plugins/popup-maker/assets/images/logo.png\") bottom center no-repeat;*/\n  background: url(/wp-content/plugins/popup-maker/assets/images/logo.png) bottom center no-repeat;\n  display: inline-block;\n  width: 0.9em;\n  height: 0.9em;\n  content: \" \";\n  position: relative;\n  background-size: contain;\n  margin-left: 2px;\n  vertical-align: text-top;\n  pointer-events: none;\n  touch-action: none; }\n\n.components-dropdown-menu__menu .components-dropdown-menu__menu-item:not(:disabled):not([aria-disabled=\"true\"]):not(.is-default).is-active > svg.popup-trigger-button-svg,\n.components-dropdown-menu__menu .components-menu-item:not(:disabled):not([aria-disabled=\"true\"]):not(.is-default).is-active > svg.popup-trigger-button-svg {\n  background: #ededed; }\n"],"sourceRoot":""}