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

UI tweaks for org invites

This commit is contained in:
Kyle Spearrin
2017-03-28 21:16:44 -04:00
parent 4d2cae0b0f
commit e12582c2c2
8 changed files with 62 additions and 22 deletions

View File

@@ -113,6 +113,15 @@ form .btn .loading-icon {
margin-right: 8px;
}
.dropdown-menu {
border-color: #ccc;
> li > a > .fa {
margin-right: 0;
margin-left: -5px;
}
}
/* Modals */
.modal-footer {
@@ -131,6 +140,10 @@ form .btn .loading-icon {
}
}
.table-vmiddle td {
vertical-align: middle !important;
}
/* Callouts */
.callout.callout-default {
@@ -244,6 +257,12 @@ form .btn .loading-icon {
}
}
/* Typography */
h1, h2, h3, h4, h5, h6 {
margin-top: 0;
}
/* Misc */
.strike {