Skip to content
Snippets Groups Projects
ngparam-input.component.scss 390 B
Newer Older
/** @see additional styles in src/styles.css */

:host {
    display: block;
    margin-top: 14px;
}

mat-form-field {
    width: calc(100% - 16px);
    margin-right: 16px;

    .overlap-input {
        position: absolute;
        right: 0;
        text-align: right;
        top: 0;
    
        mat-icon {
            cursor: pointer;
            transform: scale(0.9);
        }
    }