.o-we-powerbox {
    box-shadow: $box-shadow;

}

.o-we-category {
    font-size: 11px;
    color: $o-gray-600;
}

.o-we-command {
    &.active {
        background: rgba($o-component-active-bg, .65);
    }
}

.o-we-command-img {
    height: 35px;
    width: 35px;
    background-color: $o-gray-100;
}
.o-we-command-name {
    font-size: 13px;
}

.o-we-command-description {
    font-size: 12px;
    color: $o-main-color-muted;
}
