| Server IP : 170.10.161.225 / Your IP : 216.73.217.54 Web Server : Apache System : Linux vps103298.mylogin.co 4.18.0-513.11.1.el8_9.x86_64 #1 SMP Wed Jan 17 02:00:40 EST 2024 x86_64 User : calvet ( 273824) PHP Version : 7.4.33 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : OFF | Pkexec : ON Directory : /home/www/calvetrealty.com/wp-content/plugins/readabler/sass/tippy/themes/ |
Upload File : |
@import '../_mixins.scss';
@import '../_vars.scss';
$color: rgba(0, 0, 0, 0.7);
.#{$namespace-prefix}-box[data-theme~='translucent'] {
background-color: $color;
> .#{$namespace-prefix}-arrow {
width: 14px;
height: 14px;
}
/**
* We use an 8px arrow with 1px overlap by default, since some browsers (at
* least they used to) caused a 1px gap between the arrow and the popper.
* However, with the translucent theme, this causes darkening since it
* overlaps.
*/
&[data-placement^='top'] > .#{$namespace-prefix}-arrow {
&::before {
border-width: 7px 7px 0;
border-top-color: $color;
}
}
&[data-placement^='bottom'] > .#{$namespace-prefix}-arrow {
&::before {
border-width: 0 7px 7px;
border-bottom-color: $color;
}
}
&[data-placement^='left'] > .#{$namespace-prefix}-arrow {
&::before {
border-width: 7px 0 7px 7px;
border-left-color: $color;
}
}
&[data-placement^='right'] > .#{$namespace-prefix}-arrow {
&::before {
border-width: 7px 7px 7px 0;
border-right-color: $color;
}
}
> .#{$namespace-prefix}-backdrop {
background-color: $color;
}
> .#{$namespace-prefix}-svg-arrow {
fill: $color;
}
}