.popup-menu-content { border-radius: 2px; margin: -2px 0 0 0; & > .box { border-radius: 2px; box-shadow: $box-shadow, $box-shadow-middle; padding: 0; position: relative; width: 175px; } &.is-wide > .box { width: 200px; } .confirm-action span .button { display: block; margin: .25rem auto; width: 95%; } .menu { button.link, a { color: $menu-item-color; font-size: $size-7; font-weight: $font-weight-semibold; display: block; padding: $size-9 $size-6; box-shadow: none; border: none; background: transparent; height: auto; width: 100%; text-align: left; text-decoration: none; &:hover { background-color: $menu-item-hover-background-color; color: $menu-item-hover-color; } &.is-active { background-color: $menu-item-active-background-color; color: $menu-item-active-color; } &.is-destroy { color: $red; &:hover { background-color: $red; color: $white; } } } } .menu-label { background: $grey-lighter; font-size: $size-8; letter-spacing: 0; margin: 0; padding: $size-10 calc(#{$size-6} + .1rem); text-transform: none; } .menu-list { margin: 0.1rem; } } .popup-menu-trigger { min-width: auto; } .ember-basic-dropdown-content--left.popup-menu { margin: 0px 0 0 -8px; }