mirror of
https://github.com/bitwarden/desktop.git
synced 2024-11-14 10:16:02 +01:00
make master password strength text bold
This commit is contained in:
parent
55dfb8df62
commit
85452b3622
2
jslib
2
jslib
@ -1 +1 @@
|
||||
Subproject commit b48c48470801eb88aaec2c2cd84baeb6f1876923
|
||||
Subproject commit da47faca5c9a41f732136448461a06fc6e6fe023
|
@ -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"
|
||||
|
@ -52,6 +52,12 @@ small {
|
||||
}
|
||||
}
|
||||
|
||||
.text-warning {
|
||||
@include themify($themes) {
|
||||
color: themed('warningColor') !important;
|
||||
}
|
||||
}
|
||||
|
||||
.text-muted {
|
||||
@include themify($themes) {
|
||||
color: themed('mutedColor') !important;
|
||||
|
Loading…
Reference in New Issue
Block a user