1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-21 18:53:29 +00:00

add master password strength text

This commit is contained in:
Kyle Spearrin
2018-11-15 15:40:56 -05:00
parent fceabbb4bf
commit 8502ff8fa4
5 changed files with 34 additions and 35 deletions

View File

@@ -84,6 +84,10 @@
@include themify($themes) {
color: themed('mutedColor');
}
.sub-label {
margin-left: 10px;
}
}
.text, .detail {
@@ -376,23 +380,17 @@
.progress {
display: flex;
height: 5px;
overflow: hidden; // force rounded corners by cropping it
font-size: $font-size-small;
margin: 10px -15px -10px;
overflow: hidden;
margin: 5px -15px -10px;
@include themify($themes) {
background-color: themed('borderColor');
.progress-bar {
display: flex;
flex-direction: column;
justify-content: center;
white-space: nowrap;
background-color: $brand-primary;
}
}
.progress-bar {
display: flex;
flex-direction: column;
justify-content: center;
text-align: center;
white-space: nowrap;
background-color: $brand-primary;
}
}
&.condensed .box-content-row, .box-content-row.condensed {