mirror of
https://github.com/bitwarden/browser
synced 2025-12-15 07:43:35 +00:00
make master password strength text bold
This commit is contained in:
2
jslib
2
jslib
Submodule jslib updated: b48c484708...da47faca5c
@@ -13,10 +13,10 @@
|
|||||||
<div class="row-main">
|
<div class="row-main">
|
||||||
<label for="masterPassword">
|
<label for="masterPassword">
|
||||||
{{'masterPass' | i18n}}
|
{{'masterPass' | i18n}}
|
||||||
<span class="sub-label text-{{masterPasswordScoreColor}}"
|
<strong class="sub-label text-{{masterPasswordScoreColor}}"
|
||||||
*ngIf="masterPasswordScoreText">
|
*ngIf="masterPasswordScoreText">
|
||||||
{{masterPasswordScoreText}}
|
{{masterPasswordScoreText}}
|
||||||
</span>
|
</strong>
|
||||||
</label>
|
</label>
|
||||||
<input id="masterPassword" type="{{showPassword ? 'text' : 'password'}}"
|
<input id="masterPassword" type="{{showPassword ? 'text' : 'password'}}"
|
||||||
name="MasterPassword" class="monospaced" [(ngModel)]="masterPassword"
|
name="MasterPassword" class="monospaced" [(ngModel)]="masterPassword"
|
||||||
|
|||||||
@@ -52,6 +52,12 @@ small {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.text-warning {
|
||||||
|
@include themify($themes) {
|
||||||
|
color: themed('warningColor') !important;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
.text-muted {
|
.text-muted {
|
||||||
@include themify($themes) {
|
@include themify($themes) {
|
||||||
color: themed('mutedColor') !important;
|
color: themed('mutedColor') !important;
|
||||||
|
|||||||
Reference in New Issue
Block a user