1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-20 10:13:31 +00:00

add/edit folder buttons

This commit is contained in:
Kyle Spearrin
2018-01-27 14:43:29 -05:00
parent 3c76c88d4d
commit c2f778b85a
5 changed files with 73 additions and 23 deletions

View File

@@ -36,6 +36,10 @@ input, select, textarea, button {
font-family: $font-family-sans-serif;
}
button {
padding: 0;
}
textarea {
resize: vertical;
}