: str_replace(): Passing null to parameter #2 ($replace) of type array|string is deprecated in
: str_replace(): Passing null to parameter #2 ($replace) of type array|string is deprecated in
@import url('https://fonts.bunny.net/css?family=Roboto:400,500,700');
@import "modules/variables";
$font--path: '~@wpmudev/shared-ui/dist/fonts/';
font-family: "wpmudev-plugin-icons";
src: url('#{$font--path}/wpmudev-plugin-icons.eot?');
src: url('#{$font--path}/wpmudev-plugin-icons.eot?') format('embedded-opentype'),
url('#{$font--path}/wpmudev-plugin-icons.ttf') format('truetype'),
url('#{$font--path}/wpmudev-plugin-icons.woff') format('woff'),
url('#{$font--path}/wpmudev-plugin-icons.woff2') format('woff2'),
url('#{$font--path}/wpmudev-plugin-icons.svg') format('svg');
@media screen and ( max-width: 800px ) {
@media screen and ( min-width: 800px ) {
transition: all 0.5s ease;
box-shadow: 0 0 0 5px #FECF2F;
#smush-image-bar-toggle {
border-radius: 4px 0 0 4px;
box-shadow: inset 2px 0 0 0 #FECF2F, -13px 5px 20px 0 rgba(0, 0, 0, 0.1);
transition-property: all;
transition-duration: .5s;
transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
box-shadow: inset 2px 0 0 0 #1abc9c, -13px 5px 20px 0 rgba(0, 0, 0, 0.1);
font-family: "wpmudev-plugin-icons" !important;
&.smush-toggle-success i.sui-icon-info {
-webkit-animation: spin 1.3s linear infinite;
animation: spin 1.3s linear infinite;
@-webkit-keyframes spin {
-webkit-transform: rotate(0deg);
-webkit-transform: rotate(360deg);
transform: rotate(360deg);
-webkit-transform: rotate(0deg);
-webkit-transform: rotate(360deg);
transform: rotate(360deg);
box-shadow: 0 0 40px 0 rgba(0,0,0,0.1);
transition-property: all;
transition-duration: .5s;
transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
font-family: 'Roboto', sans-serif;
background-color: #FAFAFA;
background-color: #F8F8F8;
border-top: 1px solid #E6E6E6;
border: 1px solid #DDDDDD;
justify-content: space-between;
border-bottom: 1px solid #E6E6E6;
font-family: "wpmudev-plugin-icons" !important;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
&.smush-front-icon-arrows-in {
background-color: #fecf2f;
background-color: #1abc9c;
backface-visibility: hidden;
transition: margin .2s, opacity .2s;
border: 5px solid transparent;
border-top-color: #000000;
transform: translateX(-50%);
content: attr(data-tooltip);
font: 400 12px/18px "Roboto", Arial, sans-serif;
transform: translateX(-50%);
&.smush-tooltip-constrained {
&:not(.show-description):hover {
&:not(.show-description):hover,
.smush-image-info { background-color: #F8F8F8; }
background-color: #E6E6E6;
font-family: "wpmudev-plugin-icons" !important;
.smush-image-description {
background-color: #FFFFFF;
box-shadow: 0 2px 0 0 #DDDDDD;
font-family: 'Roboto', sans-serif;
border-bottom: 1px solid #E6E6E6;
.smush-image-info { border-bottom: 0; }
.smush-image-description { display: block; }
background-color: #FECF2F;
&:before { color: #333; }
#smush-image-bar-notice {
border: 1px solid #E6E6E6;
border-left: 2px solid #1abc9c;
padding: 15px 20px 15px 25px;
font-family: "wpmudev-plugin-icons" !important;