UNPKG

@ohayojp.com/components

Version:

Common business components of ohayojp.

34 lines (32 loc) 609 B
@import '../../../theme/theme-default.less'; @tag-select-prefix: ~'.tag-select'; @{tag-select-prefix} { position: relative; display: block; max-height: 24px; margin-left: -8px; overflow: hidden; line-height: @line-height-base; transition: all 0.3s; user-select: none; &__expanded { max-height: 200px; transition: all 0.3s; } &__has-expand { padding-right: 50px; } .@{ant-prefix}-tag { margin-right: 24px; padding: 0 8px; } &__trigger { position: absolute; top: 0; right: 0; &-icon { margin-left: 8px; font-size: 12px; } } }