| Server IP : 172.67.159.97 / Your IP : 216.73.217.154 Web Server : nginx/1.24.0 System : Linux wordpress-sites 6.8.0-134-generic #134-Ubuntu SMP PREEMPT_DYNAMIC Fri Jun 26 18:43:11 UTC 2026 x86_64 User : www-data ( 33) PHP Version : 8.1.34 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : /var/www/rebeccaone.com/wp-content/plugins/envira-gallery/assets/scss/ |
Upload File : |
/* ==========================================================================
editor.css loads on any screen where the Add Gallery button is output
Any styles that will be used by the Insert Gallery modal should be put here
========================================================================== */
/* ==========================================================================
Imports
========================================================================== */
@import "vars";
@import "mixins";
/* ==========================================================================
Add Gallery Button
========================================================================== */
.envira-gallery-choose-gallery,
.envira-albums-choose-album {
padding-left: .4em;
span.envira-media-icon {
background: url(images/envira-green.png) transparent no-repeat scroll 0 0;
background-size: 16px 16px;
width: 16px;
height: 16px;
display: inline-block;
vertical-align: text-top;
}
}
/* ==========================================================================
Retina
========================================================================== */
@media only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (min--moz-device-pixel-ratio: 2),
only screen and (-o-min-device-pixel-ratio: 2/1),
only screen and (min-device-pixel-ratio: 2),
only screen and (min-resolution: 192dpi),
only screen and (min-resolution: 2dppx) {
#envira-media-modal-button .envira-media-icon[style] {
background-image: url(images/envira-green.png) !important;
background-size: 16px 16px !important;
}
}