| Server IP : 145.239.37.162 / Your IP : 216.73.217.81 Web Server : Apache System : Linux webm003.cluster130.gra.hosting.ovh.net 6.18.42-ovh-vps-grsec-zfs+ #1 SMP PREEMPT_DYNAMIC Wed Aug 5 15:59:48 CEST 2026 x86_64 User : verseaa ( 38250) PHP Version : 7.4.33 Disable Function : _dyuweyrj4,_dyuweyrj4r,dl MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : OFF | Pkexec : OFF Directory : /home/verseaa/www2024/wp-content/plugins/gravityforms/assets/css/dist/ |
Upload File : |
/*
----------------------------------------------------------------
common-css-utilities.css
Gravity Forms Common Utility Styles
http: //www.gravityforms.com
Gravity Forms is a Rocketgenius project
copyright 2008-2024 Rocketgenius Inc.
http: //www.rocketgenius.com
this may not be re-distributed without the
express written permission of the author.
NOTE: DO NOT EDIT THIS FILE!
THIS FILE IS REPLACED DURING AUTO UPGRADE
AND ANY CHANGES MADE HERE WILL BE OVERWRITTEN.
----------------------------------------------------------------
*/
/*
* Animation Utility Classes
*
* Used in admin-css-utilities.css.
*
* Some of these classes pair with the @gravityforms/utils animate javascript util.
*/
.gform-common .gform-common-util-animate-fade-in {
opacity: 0;
will-change: opacity;
}
.gform-common .gform-common-util-translate-y-20 {
transform: translateY(20px);
will-change: transform;
}
.gform-common .gform-common-util-translate-y--20 {
transform: translateY(-20px);
will-change: transform;
}
/*# sourceMappingURL=common-css-utilities.css.map */