![]() Server : Apache System : Linux server2.corals.io 4.18.0-348.2.1.el8_5.x86_64 #1 SMP Mon Nov 15 09:17:08 EST 2021 x86_64 User : corals ( 1002) PHP Version : 7.4.33 Disable Function : exec,passthru,shell_exec,system Directory : /home/corals/gg.corals.io/wp-content/plugins/trx_addons/components/shortcodes/socials/ |
@import "../../../css/_mixins.scss"; @import "../../../css/_trx_addons.vars.scss"; /* Social Icons - styles moved into trx_addons.front to share them with theme */ .sc_socials { position: relative; padding-top: 0.0001px; } .socials_wrap { display:block; vertical-align:middle; white-space:nowrap; margin:-8px 0 0 0; } .socials_wrap .social_item { display: inline-block; line-height:inherit; vertical-align: top; text-align: center; margin: 8px 8px 0 0; } .socials_wrap .social_item:last-child { margin-right: 0 !important; } .socials_wrap .social_item_style_bg { overflow:hidden; } .socials_wrap .social_item .social_icon { position:relative; display: block; background-size:100%; background-position:top center; overflow: hidden; @include square(3em); @include border-round; } .socials_wrap .social_item .social_icon, .socials_wrap .social_item .social_name { @include transition-colors; } .socials_wrap .social_item_type_icons_names .social_icon { margin: 0 auto; } // Prevent damage font via other plugins (TourMaster, etc.) .socials_wrap .social_item .social_name { font-family: inherit; } .socials_wrap .social_item .social_name:before { display: none; } .socials_wrap .sc_icon_type_svg svg, .socials_wrap .sc_icon_type_svg object { @include box(1.25em, 1.25em); margin-bottom: -0.2em; } .socials_wrap .social_item .social_icon + .social_name { display: inline-block; vertical-align: top; margin-top: 0.5em; } .socials_wrap .social_item .social_icon .social_hover { @include abs-cover; opacity: 0; background-size:100%; background-position:bottom center; @include transition-property(opacity); } .socials_wrap .social_item .social_icon:hover .social_hover { opacity: 1; }