1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-18 17:23:37 +00:00

style categories padding

This commit is contained in:
Kyle Spearrin
2018-01-23 17:39:37 -05:00
parent 41797f5ce4
commit 8cf3d53772
2 changed files with 33 additions and 24 deletions

View File

@@ -109,7 +109,10 @@ a {
min-width: 175px;
max-width: 250px;
border-right: 1px solid $border-color-dark;
padding: 10px 15px;
.inner-content {
padding: 10px 15px;
}
h2 {
font-size: $font-size-base;
@@ -124,6 +127,7 @@ a {
li {
margin: 0;
padding: 0;
list-style: none;
a {
display: block;