@import '../../../../../../../node_modules/@angular/material/prebuilt-themes/deeppurple-amber.css';

.actions-dropdown {
    .actions-dropdown-button {
        color: #3c4858;
        background-color: #e8edef;
        height: 32px;
        width: 32px;
        font-size: 29px;
        border: none;
        border-radius: 50%;
        line-height: 0px;
        font-weight: 600;
        font-family: 'icomoon';
        outline: none;
    }
}

.actions-menu {
    &.mat-menu-panel {
        .cdk-focused {
            outline: none;
        }
        .mat-menu-content {
            padding: 0;
        }
    }
}
