Skip to content
Snippets Groups Projects
header-right.component.scss 908 B
.bg-head-title-tool {
    display: flex;

    ::ng-deep.mat-form-field-label-wrapper {
        font-style: italic;
    }

    ::ng-deep .mat-form-field-label {
        // color: white;
        font-size: 12px;
        opacity: 0.5;
    }
}

.noAvailableMenu {
    text-align: center;
    font-size: 14px;
    opacity: 0.5;
    font-style: italic;
    padding: 22px;
}

.basket-search {
    color: #666;
    width: 500px;
    padding-right: 10px;
    font-size: 12px;
    height: 35px;

    button {
        font-size: 20px;

    }

    ::ng-deep.mat-form-field-infix {
        padding-bottom: 15px;
    }

    ::ng-deep.mat-form-field-flex {
        align-items: center;
        background: white;
        height: 35px;
        border-radius: 30px;
    }

    ::ng-deep.mat-form-field-label-wrapper {
        font-style: italic;
    }

    ::ng-deep .mat-form-field-underline {
        display: none;
    }
}