| 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/ |
Upload File : |
@import './_vars.scss';
@import './animations/fade.scss';
$color: #333;
.mdp-readabler-voice-navigation-number[data-tippy-root] {
max-width: calc(100vw - 10px);
}
.mdp-readabler-voice-navigation-number .tippy-box {
position: relative;
background-color: $color;
color: white;
border-radius: 4px;
font-size: 14px;
line-height: 1.4;
white-space: initial;
outline: 0;
transition-property: transform, visibility, opacity;
&[data-placement^='top'] > .tippy-arrow {
bottom: 0;
&::before {
bottom: -7px;
left: 0;
border-width: 8px 8px 0;
border-top-color: initial;
transform-origin: center top;
}
}
&[data-placement^='bottom'] > .tippy-arrow {
top: 0;
&::before {
top: -7px;
left: 0;
border-width: 0 8px 8px;
border-bottom-color: initial;
transform-origin: center bottom;
}
}
&[data-placement^='left'] > .tippy-arrow {
right: 0;
&::before {
border-width: 8px 0 8px 8px;
border-left-color: initial;
right: -7px;
transform-origin: center left;
}
}
&[data-placement^='right'] > .tippy-arrow {
left: 0;
&::before {
left: -7px;
border-width: 8px 8px 8px 0;
border-right-color: initial;
transform-origin: center right;
}
}
&[data-inertia][data-state='visible'] {
transition-timing-function: cubic-bezier(0.54, 1.5, 0.38, 1.11);
}
}
.mdp-readabler-voice-navigation-number .tippy-arrow {
& {
width: $arrow-size;
height: $arrow-size;
color: $color;
}
&::before {
content: '';
position: absolute;
border-color: transparent;
border-style: solid;
}
}
.mdp-readabler-voice-navigation-number .tippy-content {
position: relative;
padding: 5px 9px;
z-index: 1;
}