Server IP : 192.158.238.246 / Your IP : 3.16.50.164 Web Server : LiteSpeed System : Linux uniform.iwebfusion.net 4.18.0-553.27.1.lve.1.el8.x86_64 #1 SMP Wed Nov 20 15:58:00 UTC 2024 x86_64 User : jenniferflocom ( 1321) PHP Version : 8.1.32 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : OFF | Pkexec : OFF Directory : /home/jenniferflocom/www/wp-content/plugins/gutenkit-blocks-addon/src/blocks/button/ |
Upload File : |
@import '../../styles/variable'; .gkit-btn-wraper { .gkit-btn { &:hover { background-color: darken($color: $color-primary, $amount: 15); &::before { opacity: 1; } } &::before { position: absolute; content: ""; border-radius: inherit; transition: all 0.4s ease; z-index: -1; top: 0; left: 0; height: 100%; width: 100%; background-size: 102% 102%; opacity: 0; } i { display: inline-block; vertical-align: middle; } } }