@import "../../../style/variables.less";

.dateFieldSpace() {


    @cmName: ~"@{prefix}-date-field";

    .@{cmName} {
        .ant-calendar-picker {
            width: 100%;
        }

        &_table-cell {
            .ant-input {
                border: 1px solid #e1e1e1;
                padding: 4px 5px;
            }

            .ant-calendar-picker-icon {
                right: 12px !important;
            }
        }

        &_normal {

            .ant-calendar-range-picker-input {
                text-align: left;
            }

        }
    }
}

.dateFieldSpace();

:global {
    .fm-revised {
        position: absolute;
        font-size: 32px;
        color: #FF7100;
        opacity: 0.4;
        right: 48px;
        bottom: 0;
        transform: rotate(-15deg);
    }
}