Skip to content
Snippets Groups Projects
select-field-line.component.scss 429 B
mat-form-field {
    width: 100%;

    .overlap-select {
        position: absolute;
        right: 20px;
        text-align: right;
        top: 2px;
    
        mat-icon {
            cursor: pointer;
            transform: scale(0.9);
        }
    }
}

.message-when-empty {
    color: #af1280; // like mat-error
    font-weight: 500;
}

.select-error-message {
    color: #af1280; // like mat-error
    font-weight: 500;
}