@import '../../stylesheets/defaults'

+host-styles(mp-autoresizing-input)
  align-items center
  display inline-flex

+prefix-classes('autoresizing-input-')
  .input-container
    input[type='text']
      align-items center
      border 0
      border-radius 0
      box-shadow none
      color $blue-500
      display flex
      font-size-default()
      font-weight $weight-medium
      height 100%
      margin-right -1px
      padding 0
