@root-entry-name: variable;

// @import '../style/themes/index';
@import '../style/themes/index.less';
input:-webkit-autofill {
    box-shadow: 0 0 0px 1000px @input-bg inset !important;
    -webkit-text-fill-color: @input-color;
}
// .@{ant-prefix}-input-group {
//     & > .@{ant-prefix}-input-group-addon > .@{ant-prefix}-input-search-button {
//         .anticon {
//             color: @text-color;
//         }
//     }
// }

// .@{ant-prefix}-input-wrapper {
//     position: relative;
//     display: flex;
//     .count {
//         padding-left: 8px;
//         padding-right: 8px;
//         color: #bbb;
//         font-size: 12px;
//         &.red {
//             color: #ff4d4f;
//         }
//     }
//     .@{ant-prefix}-input:not(textarea) {
//         border-top-right-radius: 0;
//         border-bottom-right-radius: 0;
//         &.@{ant-prefix}-input-group-wrapper {
//             .@{ant-prefix}-input-group-addon {
//                 border-radius: 0;
//             }
//             + .count {
//                 margin-left: -1px;
//                 background: #fafafa;
//             }
//         }
//         + .count {
//             flex-shrink: 0;
//             display: flex;
//             align-items: center;
//             border: solid #d9d9d9;
//             border-width: 1px 1px 1px 0;
//             border-radius: 0 2px 2px 0;
//             transition: 0.3s;
//         }
//     }
//     textarea.@{ant-prefix}-input {
//         + .count {
//             position: absolute;
//             right: 1px;
//             bottom: 1px;
//             line-height: 28px;
//             white-space: nowrap;
//             background: #fff;
//             border-bottom-right-radius: 20px;
//         }
//     }
// }
