Tell me how to configure this function?
Here is the code:<button type="submit" id="blue"><?php _e("Log in", 'veronika');?></button>
<button type="submit" id="blue" disabled="" class="animate"><?php _e("please wait", 'veronika');?></button>
Here is the css:#i-forms button.animate:before, #form_item_post button.animate:before{content: "\f1ce";
display: inline-block;
font: normal normal normal 14px/1 FontAwesome;
font-size: inherit;
-webkit-animation: fa-spin 2s infinite linear;
animation: fa-spin 2s infinite linear;
text-rendering: auto;
float: right;
top: 8px;
font-size: 21px;
right: 9px;
position: absolute;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;}
The link to the site:https://okarel.ru/user/registerSincerely waiting for your reply, thanks.