Backups Created:
/home/japatmex/public_html/wp-content/edit-wolf.php
Savvy
W
olf -
MANAGER
Edit File: _floating-labels.scss
/* ------------------------------------------------------------------------------ * * # Floating labels * * Styles for custom Floating Labels extensions * * ---------------------------------------------------------------------------- */ // Check if component is enabled @if $enable-floating-labels { // Base .form-group-float-label { position: relative; top: $input-padding-y; opacity: 0; // Display label &.is-visible { top: 0; opacity: 1; } // Label animation &.animate { @include transition(all linear $component-transition-timer); } } }