| 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';
.#{$namespace-prefix}-box {
border: 1px transparent;
&[data-placement^='top'] > .#{$namespace-prefix}-arrow {
&::after {
border-top-color: inherit;
border-width: 8px 8px 0;
bottom: -8px;
left: 0;
}
}
&[data-placement^='bottom'] > .#{$namespace-prefix}-arrow {
&::after {
border-bottom-color: inherit;
border-width: 0 8px 8px;
top: -8px;
left: 0;
}
}
&[data-placement^='left'] > .#{$namespace-prefix}-arrow {
&::after {
border-left-color: inherit;
border-width: 8px 0 8px 8px;
right: -8px;
top: 0;
}
}
&[data-placement^='right'] > .#{$namespace-prefix}-arrow {
&::after {
border-width: 8px 8px 8px 0;
left: -8px;
top: 0;
border-right-color: inherit;
}
}
&[data-placement^='top']
> .#{$namespace-prefix}-svg-arrow
> svg:first-child:not(:last-child) {
top: 17px;
}
&[data-placement^='bottom']
> .#{$namespace-prefix}-svg-arrow
> svg:first-child:not(:last-child) {
bottom: 17px;
}
&[data-placement^='left']
> .#{$namespace-prefix}-svg-arrow
> svg:first-child:not(:last-child) {
left: 12px;
}
&[data-placement^='right']
> .#{$namespace-prefix}-svg-arrow
> svg:first-child:not(:last-child) {
right: 12px;
}
}
.#{$namespace-prefix}-arrow {
& {
border-color: inherit;
}
&::after {
content: '';
z-index: -1;
position: absolute;
border-color: transparent;
border-style: solid;
}
}