// (C) 2024-2025 GoodData Corporation

.gd-ui-ext-notifications-panel-header {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    padding-left: 15px;
    padding-right: 15px;
    box-sizing: border-box;

    width: 100%;

    &__tabs {
        width: 100%;
        height: 23px;

        display: flex;
        flex-direction: column;
        align-items: stretch;
        justify-content: flex-end;
    }

    &__mark-all-as-read-button {
        display: flex;
        align-items: center;
        justify-content: center;
        height: 23px;
        white-space: nowrap;
        border-bottom: 1px solid var(--gd-palette-complementary-3);
        box-sizing: border-box;
    }
}
