mirror of
https://github.com/bitwarden/browser
synced 2025-12-15 07:43:35 +00:00
[PM-13150] Remove uses of row-main Bootstrap class in Account Security Settings (#11650)
* Remove uses of row-main Bootstrap class in Account Security Settings component * Remove class from new component * Remove extra div * Remove extra markup
This commit is contained in:
@@ -94,7 +94,7 @@
|
|||||||
</bit-section-header>
|
</bit-section-header>
|
||||||
<bit-item>
|
<bit-item>
|
||||||
<button bit-item-content type="button" appStopClick (click)="fingerprint()">
|
<button bit-item-content type="button" appStopClick (click)="fingerprint()">
|
||||||
<div class="row-main">{{ "fingerprintPhrase" | i18n }}</div>
|
{{ "fingerprintPhrase" | i18n }}
|
||||||
</button>
|
</button>
|
||||||
</bit-item>
|
</bit-item>
|
||||||
<bit-item>
|
<bit-item>
|
||||||
@@ -115,11 +115,11 @@
|
|||||||
"
|
"
|
||||||
>
|
>
|
||||||
<button bit-item-content type="button" appStopClick (click)="lock()"></button>
|
<button bit-item-content type="button" appStopClick (click)="lock()"></button>
|
||||||
<div class="row-main">{{ "lockNow" | i18n }}</div>
|
{{ "lockNow" | i18n }}
|
||||||
</bit-item>
|
</bit-item>
|
||||||
<bit-item *ngIf="!accountSwitcherEnabled">
|
<bit-item *ngIf="!accountSwitcherEnabled">
|
||||||
<button bit-item-content type="button" appStopClick (click)="logOut()"></button>
|
<button bit-item-content type="button" appStopClick (click)="logOut()"></button>
|
||||||
<div class="row-main">{{ "logOut" | i18n }}</div>
|
{{ "logOut" | i18n }}
|
||||||
</bit-item>
|
</bit-item>
|
||||||
</bit-section>
|
</bit-section>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user