@mixin mat-card-view-dateitem-theme($theme) {

    .adf {
        &-invisible-date-input {
            height: 24px;
            width: 0;
            overflow: hidden;
            opacity: 0;
            border: none;
            margin: 0;
            padding: 0;
        }

        &-dateitem-editable {
            cursor: pointer;

            md-icon {
                width: 16px;
                height: 16px;
                opacity: 0.5;
                margin-left: 4px;
            }

            &:hover md-icon {
                opacity: 1;
            }
        }
    }
}
