Fix shadow on user icon
This commit is contained in:
parent
6ec865eae2
commit
854d56ae45
|
@ -1,2 +1,2 @@
|
|||
@import "ember-basic-dropdown";
|
||||
@import "./core";
|
||||
@import "./core";
|
||||
|
|
|
@ -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 {
|
||||
|
|
Loading…
Reference in New Issue