1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-17 16:53:34 +00:00

soft lock with PIN

This commit is contained in:
Kyle Spearrin
2019-02-14 14:00:09 -05:00
parent 2c91a2004c
commit 1002991022
6 changed files with 59 additions and 15 deletions

View File

@@ -106,6 +106,21 @@ $fa-font-path: "~font-awesome/fonts";
color: themed('textColor');
}
.swal-content {
font-size: $font-size-base;
label.checkbox {
margin-top: 10px;
display: flex;
text-align: left;
align-items: top;
input {
margin: 3px 5px 0 1px;
}
}
}
.swal-text {
font-size: $font-size-base;