UNPKG

iep-ui

Version:

An enterprise-class UI design language and Vue-based implementation

45 lines (39 loc) 862 B
@import '../../style/themes/index'; @import '../../style/mixins/index'; @import '../../button/style/mixin'; @import './mixin'; @search-prefix: ~'@{ant-prefix}-input-search'; .@{search-prefix} { &-icon { color: @text-color-secondary; cursor: pointer; transition: all 0.3s; display: flex; flex-direction: column; justify-content: center; align-items: center; svg { fill: @text-color-secondary; } &:hover { color: fade(@black, 80%); svg { fill: fade(@black, 80%); } } } &-enter-button { input { border-right: 0; } & + .@{ant-prefix}-input-group-addon, input + .@{ant-prefix}-input-group-addon { padding: 0; border: 0; .@{search-prefix}-button { border-top-left-radius: 0; border-bottom-left-radius: 0; } } } }