1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-23 03:33:54 +00:00

Vault Timeout Policy (#1052)

This commit is contained in:
Oscar Hinton
2021-09-15 20:02:46 +02:00
committed by GitHub
parent da4af743f3
commit aa19e678f7
10 changed files with 116 additions and 18 deletions

View File

@@ -253,6 +253,11 @@ form, .form {
border-color: themed('inputBorderColor');
}
}
input[type=text], input[type=number] {
padding: 5px;
width: 100%;
}
}
.checkbox {