: str_replace(): Passing null to parameter #2 ($replace) of type array|string is deprecated in
/*!******************************************************************************
* Copyright (c) 2020, Code Atlantic LLC.
******************************************************************************/
* Fonts & basic variables.
* https://make.wordpress.org/design/2019/10/31/proposal-a-consistent-spacing-system-for-wordpress/
* Long content fade mixin
* Creates a fading overlay to signify that the content is longer
* Applies editor left position to the selector passed as argument
* Styles that are reused verbatim in a few places
* Allows users to opt-out of animations via OS-level preferences.
* Reset default styles for JavaScript UI based pages.
* This is a WP-admin agnostic reset
* Reset the WP Admin page styles for Gutenberg-like pages.
--wp-admin-theme-color: #007cba;
--wp-admin-theme-color-darker-10: #006ba1;
--wp-admin-theme-color-darker-20: #005a87; }
* Breakpoints & Media Queries
.components-popover .block-editor-popup-select-input {
.components-popover .block-editor-popup-select-input .components-base-control__field {
.components-popover .block-editor-popup-select-input input[type="text"],
.components-popover .block-editor-popup-select-input select {
/* Fonts smaller than 16px causes mobile safari to zoom. */
@media (min-width: 600px) {
.components-popover .block-editor-popup-select-input input[type="text"],
.components-popover .block-editor-popup-select-input select {
@media (min-width: 600px) {
.components-popover .block-editor-popup-select-input input[type="text"],
.components-popover .block-editor-popup-select-input select {
.components-popover .block-editor-popup-select-input input[type="text"]::-ms-clear,
.components-popover .block-editor-popup-select-input select::-ms-clear {
* Fonts & basic variables.
* https://make.wordpress.org/design/2019/10/31/proposal-a-consistent-spacing-system-for-wordpress/
/** Copied from @wordpress/block-editor/src/components/url-popover/style.scss */
.block-editor-popup-trigger-popover__additional-controls {
border-top: 1px solid #e2e4e7; }
.block-editor-popup-trigger-popover__additional-controls > div[role="menu"] .components-icon-button:not(:disabled):not([aria-disabled="true"]):not(.is-default) > svg {
.block-editor-popup-trigger-popover__additional-controls div[role="menu"] > .components-icon-button {
.block-editor-popup-trigger-popover .components-notice.is-dismissible {
.block-editor-popup-trigger-popover .components-notice.is-dismissible .components-notice__content {
.block-editor-popup-trigger-popover__row {
.block-editor-popup-trigger-popover__row > :not(.block-editor-popup-trigger-popover__settings-toggle) {
.block-editor-popup-trigger-popover .components-icon-button {
.block-editor-popup-trigger-popover .components-icon-button > svg {
.block-editor-popup-trigger-popover .components-icon-button:not(:disabled):not([aria-disabled="true"]):not(.is-default):hover {
.block-editor-popup-trigger-popover .components-icon-button:not(:disabled):not([aria-disabled="true"]):not(.is-default):hover > svg {
box-shadow: inset 0 0 0 1px #ccd0d4, inset 0 0 0 2px #fff; }
.block-editor-popup-trigger-popover .components-icon-button:not(:disabled):focus {
.block-editor-popup-trigger-popover .components-icon-button:not(:disabled):focus > svg {
box-shadow: inset 0 0 0 1.5px #007cba, inset 0 0 0 4px #fff;
box-shadow: inset 0 0 0 1.5px #007cba, inset 0 0 0 4px #fff;
box-shadow: inset 0 0 0 1.5px var(--wp-admin-theme-color), inset 0 0 0 4px #fff;
outline: 2px solid transparent; }
.block-editor-popup-trigger-popover__settings-toggle {
border-left: 1px solid #e2e4e7;
.block-editor-popup-trigger-popover__settings-toggle[aria-expanded="true"] .dashicon {
transform: rotate(180deg); }
.block-editor-popup-trigger-popover__settings {
border-top: 1px solid #e2e4e7; }
.block-editor-popup-trigger-popover__settings .components-base-control:last-child,
.block-editor-popup-trigger-popover__settings .components-base-control:last-child .components-base-control__field {
.block-editor-popup-trigger-popover__popup-editor,
.block-editor-popup-trigger-popover__popup-viewer {
.block-editor-popup-trigger-popover__popup-viewer-text {
.block-editor-popup-trigger-popover__popup-viewer-text.has-invalid-link {
.popup-trigger[data-popup-id] {
border-bottom: 1px dashed #9aba27; }
.popup-trigger[data-popup-id]::after {
/*background: url("/wp-content/plugins/popup-maker/assets/images/logo.png") bottom center no-repeat;*/
background: url(/wp-content/plugins/popup-maker/assets/images/logo.png) bottom center no-repeat;
background-size: contain;
vertical-align: text-top;
.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,
.components-dropdown-menu__menu .components-menu-item:not(:disabled):not([aria-disabled="true"]):not(.is-default).is-active > svg.popup-trigger-button-svg {
/*# sourceMappingURL=block-editor-styles.css.map*/