1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-10 21:33:27 +00:00

box-content-row-checkbox styling for left aligned (#1453)

This commit is contained in:
Kyle Spearrin
2020-11-13 11:51:49 -05:00
committed by GitHub
parent 90ad1847e7
commit f662e38517
3 changed files with 9 additions and 17 deletions

View File

@@ -307,19 +307,3 @@ app-vault-icon {
input[type="password"]::-ms-reveal {
display: none;
}
.checkbox {
position: relative;
display: block;
padding-left: 18px;
label {
margin-bottom: 0;
}
input[type="checkbox"] {
position: absolute;
margin-top: 4px;
margin-left: -18px;
}
}