mirror of
https://github.com/bitwarden/browser
synced 2025-12-19 17:53:39 +00:00
make master password strength text bold
This commit is contained in:
@@ -13,10 +13,10 @@
|
||||
<div class="row-main">
|
||||
<label for="masterPassword">
|
||||
{{'masterPass' | i18n}}
|
||||
<span class="sub-label text-{{masterPasswordScoreColor}}"
|
||||
<strong class="sub-label text-{{masterPasswordScoreColor}}"
|
||||
*ngIf="masterPasswordScoreText">
|
||||
{{masterPasswordScoreText}}
|
||||
</span>
|
||||
</strong>
|
||||
</label>
|
||||
<input id="masterPassword" type="{{showPassword ? 'text' : 'password'}}"
|
||||
name="MasterPassword" class="monospaced" [(ngModel)]="masterPassword"
|
||||
|
||||
Reference in New Issue
Block a user