Add some visual changes to improve usability

This commit is contained in:
2019-05-31 23:54:11 -07:00
parent 5a28a554a1
commit 7c5a62d57a
5 changed files with 22 additions and 5 deletions

View File

@@ -1,3 +1,7 @@
.btn-group {
width: min-content;
}
.btn:focus {
box-shadow: none;
}