@import "ui-variables"; @import "ui-mixins"; #account-sidebar { order: 2; height: 100%; overflow: auto; background-color: @source-list-bg; box-shadow: inset -1px -2px 5px rgba(0, 0, 0, 0.22); -webkit-user-select: none; .item { color: @text-color-subtle; font-size: @font-size-small; font-weight: 400; padding: 0 @spacing-standard; line-height: @line-height-large * 1.1; } .item-divider { color:#586870; padding-top: 1em; padding-bottom: 0.25em; } .item-tag { .unread { float: right; color: @source-list-active-bg; background: @source-list-bg; } img { } .name { text-transform: capitalize; margin-left: @padding-xs-horizontal; position:relative; top:1px; } &.selected { background: @source-list-active-bg; color: @source-list-active-color; &:hover { background: @source-list-active-bg; } } &:hover { background: darken(@source-list-bg, 5%); cursor: pointer; } } }