The content is now vertically centered and the somewhat tiny smartphone icon is enlarged to better match the other icons.
{if $method->objectType !== 'com.woltlab.wcf.multifactor.backup' || $enabledMultifactorMethods[$method->objectTypeID]|isset}
<li class="box64">
<div>
- <span class="icon icon64 fa-{if $method->icon}{$method->icon}{else}lock{/if}"></span>
+ <span class="icon icon64 fa-{if $method->icon}{$method->icon}{else}lock{/if} accountSecurityInformationIcon"></span>
</div>
<div class="accountSecurityContainer">
.accountSecurityContainer {
+ align-items: center;
display: flex;
@include screen-sm-down {
}
}
+/* The smartphone icon is noticbly smaller than all other icons being used. */
+.accountSecurityInformationIcon.fa-mobile {
+ font-size: 70px;
+}
+
.accountSecurityInformation {
flex: 1 auto;
}