Backups Created:
/home/japatmex/public_html/wp-content/edit-wolf.php
Savvy
W
olf -
MANAGER
Edit File: _passy.scss
/* ------------------------------------------------------------------------------ * * # Passy * * Styles for passy.min.js - password length checker and password generator * * ---------------------------------------------------------------------------- */ // Check if component is enabled @if $enable-passy { // Absolute positioned badge .badge-indicator-absolute { position: relative; // Floaring badge .password-indicator-badge-absolute { position: absolute; top: 50%; margin-top: -($line-height-computed / 2); right: $input-padding-x; @include transition(all ease-in-out $component-transition-timer); } } }