| 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 : |
@import 'vars';
.menu-icon-envira {
position: relative;
}
.menu-icon-envira .wp-submenu-wrap {
display: none;
}
#envira-admin-menu-tooltip {
position: absolute;
left: 100%;
top: 0;
background: #fff;
margin-top: 6px;
margin-left: 16px;
width: 350px;
box-shadow: 0px 4px 7px 0px #ccc;
&:before {
content: '';
width: 0;
height: 0;
border-style: solid;
border-width: 12px 12px 12px 0;
border-color: transparent #fff transparent transparent;
position: absolute;
right: 100%;
top: 75px;
z-index: 10;
}
&:after {
content: '';
width: 0;
height: 0;
border-style: solid;
border-width: 13px 13px 13px 0;
border-color: transparent #ccc transparent transparent;
position: absolute;
right: 100%;
margin-left: -1px;
top: 74px;
z-index: 5;
}
.envira-admin-menu-tooltip-header {
background: $primary_color;
padding: 5px 12px;
font-size: 14px;
font-weight: 700;
font-family: Arial, Helvetica, "Trebuchet MS", sans-serif;
color: #fff;
line-height: 1.6;
}
.envira-admin-menu-tooltip-icon {
background: #fff;
border-radius: 50%;
width: 28px;
height: 25px;
display: inline-block;
color: #03a0d2;
text-align: center;
padding: 3px 0 0;
margin-right: 6px;
}
.envira-admin-menu-tooltip-content {
color: #3c434a;
padding: 15px 15px 7px;
&:hover {
color: #3c434a;
}
}
.envira-admin-menu-tooltip-close {
color: #fff;
text-decoration: none;
position: absolute;
right: 10px;
top: 12px;
display: block;
cursor: pointer;
&:hover {
color: #fff;
text-decoration: none;
span::before {
border-left: none !important;
}
}
.dashicons {
font-size: 14px;
}
}
#envira-admin-menu-launch-tooltip-button {
background-color: $primary_color;
border-color: $primary_color;
}
span.envira-admin-menu-tooltip-icon {
color: $primary_color;
}
@media (max-width: 782px) {
display: none;
}
}