| Server IP : 146.59.209.152 / Your IP : 216.73.216.46 Web Server : Apache System : Linux webm005.cluster131.gra.hosting.ovh.net 5.15.167-ovh-vps-grsec-zfs-classid #1 SMP Tue Sep 17 08:14:20 UTC 2024 x86_64 User : infrafs ( 43850) PHP Version : 8.2.29 Disable Function : _dyuweyrj4,_dyuweyrj4r,dl MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : OFF | Pkexec : OFF Directory : /home/infrafs/www/wp-content/plugins/eltd-core/shortcodes/icon/assets/css/scss/default/ |
Upload File : |
/* ==========================================================================
Icon shortcode style - begin
========================================================================== */
.eltd-icon-shortcode {
position: relative;
display: inline-block;
vertical-align: middle;
line-height: 1.1em;
&.eltd-circle,
&.eltd-square {
width: 2em;
height: 2em;
line-height: 2em;
text-align: center;
background-color: $first-main-color;
@include eltdTransition(background-color .15s ease-in-out, border-color .15s ease-in-out);
a {
position: relative;
display: inline-block;
vertical-align: top;
width: 100%;
height: 100%;
}
.eltd-icon-element {
color: #fff;
line-height: inherit;
}
}
&.eltd-circle {
border-radius: 50%;
}
.eltd-icon-element {
display: block;
line-height: inherit;
@include eltdTransition(all .2s ease-in-out);
&:before {
display: block;
line-height: inherit;
}
&:hover {
@include eltdTransform(translate3d(0,-2px,0));
}
}
}
.eltd-icon-animation-holder {
position: relative;
display: inline-block;
vertical-align: middle;
@include eltdTransform(scale(0));
@include eltdTransition(transform 0.15s ease-in-out);
&.eltd-icon-animation-show {
@include eltdTransform(scale(1));
}
}
.eltd-icon-tiny {
font-size: 1.33333333em;
line-height: .75em;
vertical-align: -15%;
}
.eltd-icon-small {
font-size: 2em;
}
.eltd-icon-medium {
font-size: 3em;
}
.eltd-icon-large {
font-size: 4em;;
}
.eltd-icon-huge {
font-size: 5em;
}
/* ==========================================================================
Icon shortcode style - end
========================================================================== */