Add the following code to the main.css
file, and then save
the
file.body .button-container .social-media.SecurityKey, body .button-container .social-media.Security.Key, body .button-container .social-media.securitykey, body .button-container .social-media.security.key {
background-image: url("../images/icon-passkey.png");
background-position: left 10px center;
background-size: 25px auto;
font-size: 0;
line-height: 0;
}
body .button-container .social-media.SecurityKey::after, body .button-container .social-media.Security.Key::after, body .button-container .social-media.securitykey::after, body .button-container .social-media.security.key::after {
content: 'Passkey';
font-size: 14px;
line-height: 42px;
}
Note: The css styling can be modified in
accordance with your organization's style guide.