Commit 1190a4c2 authored by Robert Knight's avatar Robert Knight

Adjust color of 'New Group' background as per the mocks.

Use a light grey background.

Card 87
parent 87665a80
...@@ -103,6 +103,10 @@ $group-list-width: 225px; ...@@ -103,6 +103,10 @@ $group-list-width: 225px;
width: $group-list-width - 30px; width: $group-list-width - 30px;
} }
.group-list .dropdown-menu .new-group-btn {
background-color: $gray-lightest;
}
.user-picker { .user-picker {
.avatar { .avatar {
border-radius: 2px; border-radius: 2px;
......
...@@ -22,7 +22,7 @@ ...@@ -22,7 +22,7 @@
<a ng-href="{{group.url}}" ng-if="group.url" <a ng-href="{{group.url}}" ng-if="group.url"
target="_blank" class="h-icon-link" title="Share this group"></a> target="_blank" class="h-icon-link" title="Share this group"></a>
</li> </li>
<li> <li class="new-group-btn">
<a href="/groups/new" target="_blank"><i class="h-icon-add"></i> <a href="/groups/new" target="_blank"><i class="h-icon-add"></i>
New Group</a> New Group</a>
</li> </li>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment