????JFIF??x?x????'
Server IP : 104.21.64.1 / Your IP : 216.73.216.145 Web Server : LiteSpeed System : Linux premium151.web-hosting.com 4.18.0-553.44.1.lve.el8.x86_64 #1 SMP Thu Mar 13 14:29:12 UTC 2025 x86_64 User : tempvsty ( 647) PHP Version : 8.0.30 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : OFF | Pkexec : OFF Directory : /home/tempvsty/eaabusiness.com/wp-content/plugins/everest-forms/assets/css/ |
Upload File : |
/** * admin.scss * General admin styles. */ /** * Imports */ @import '../../../everest-forms/assets/css/mixins/mixins'; @import '../../../everest-forms/assets/css/variables/variables'; /** * Styling begins. */ #everest-forms-builder { .everest-forms-designer-icon { position: fixed; right: 22px; bottom: 65px; width: 55px; height: 55px; padding: 8px; z-index: 99999; cursor: pointer; border-radius: 50%; background: #0095ff; box-shadow: 1px 2px 20px #79c2f6; svg { fill: #fff; } } &.multi-part-activated { .everest-forms-designer-icon { bottom: 105px; } } } /** * Optimisation for screens 782px and smaller. **/ @media screen and (max-width: 782px) { #everest-forms-builder { &.multi-part-activated { .everest-forms-designer-icon { bottom: 75px; } } } }