Fix shadow on user icon

This commit is contained in:
Joshua Ogle 2018-04-16 17:41:10 -06:00
parent 6ec865eae2
commit 854d56ae45
2 changed files with 4 additions and 4 deletions

View File

@ -1,2 +1,2 @@
@import "ember-basic-dropdown";
@import "./core";
@import "./core";

View File

@ -63,10 +63,10 @@
}
.status-menu-user-trigger {
height: 1.25em;
width: 1.25em;
height: 1.5em;
width: 1.5em;
background: $white-bis;
box-shadow: 0 0 0 2px $dark-grey, 0 0 0 3px $grey-light;
box-shadow: 0 0 0 1px $white;
margin-right: 0.25rem;
.icon {