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

use uib-dropdowns

This commit is contained in:
Kyle Spearrin
2017-04-01 10:25:48 -04:00
parent a678f03284
commit 3011e9a804
4 changed files with 37 additions and 25 deletions

View File

@@ -116,9 +116,13 @@ form .btn .loading-icon {
.dropdown-menu {
border-color: #ccc;
> li > a > .fa {
margin-right: 0;
margin-left: -5px;
> li > a {
color: @text-color;
> .fa {
margin-right: 0;
margin-left: -5px;
}
}
}