1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-18 09:13:33 +00:00

avatar tweaks. sidebar org avatars

This commit is contained in:
Kyle Spearrin
2017-04-05 23:52:48 -04:00
parent fe039f7b35
commit 2798a05e8e
7 changed files with 32 additions and 15 deletions

View File

@@ -32,6 +32,10 @@ h1, h2, h3, h4, h5, h6,
padding-right: 15px;
}
.sidebar-menu li a {
padding-left: 12px;
}
.sidebar-form .form-group {
margin-bottom: 0;
@@ -40,6 +44,14 @@ h1, h2, h3, h4, h5, h6,
}
}
.sidebar .subsection {
padding: 10px;
}
.sidebar-collapse .sidebar .list-inline li {
padding-right: 0;
}
form div.validation-errors ul {
margin-bottom: 0;
padding-left: 20px;