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

list-groups for org box listing

This commit is contained in:
Kyle Spearrin
2017-03-07 00:19:00 -05:00
parent 0ea4b4400f
commit 22299c03cd
2 changed files with 30 additions and 23 deletions

View File

@@ -148,6 +148,28 @@ form .btn .loading-icon {
}
}
/* Boxes */
.box > .list-group {
margin-bottom: 0;
}
.box > .list-group .list-group-item {
border-width: 1px 0;
border-radius: 0;
border-color: @box-border-color;
}
.box > .list-group:last-child .list-group-item:last-child {
border-bottom: 0;
border-bottom-right-radius: @box-border-radius;
border-bottom-left-radius: @box-border-radius;
}
.list-group + .box-footer, .box-header + .list-group .list-group-item:first-child {
border-top-width: 0;
}
/* Toastr */
#toast-container {