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

cleanup for biometrics (#489)

This commit is contained in:
Kyle Spearrin
2020-07-23 17:24:35 -04:00
committed by GitHub
parent 60030f0354
commit 48aaf4b920
5 changed files with 41 additions and 18 deletions

View File

@@ -63,8 +63,14 @@
}
.buttons {
display: flex;
margin-bottom: 20px;
&:not(.with-rows), .buttons-row {
display: flex;
margin-bottom: 10px;
}
&:not(.with-rows), .buttons-row:last-child {
margin-bottom: 20px;
}
button {
margin-right: 10px;