@import '../../styles/define';
.hor-license-plate {
  .hor-license-plate-pre {
    @extend %df;
    @extend %aic;
    @extend %jcc;
    @extend %bsb;
    @extend %c3;
    border-radius: j(2);
    font-size: j(14);
    height: j(30);
    min-width: j(30);
    padding: 0 j(5);
    border: none;
    background-color: $color-primaryOpacity;
    color: $color-primary;
    &:after {
      content: '';
      width: 0;
      height: 0;
      border-left: j(4) solid transparent;
      border-right: j(4) solid transparent;
      border-top: j(4) solid $color-primary;
    }
  }
  .hor-license-plate-input {
    text-align: right;
    background-color: #fff;
    border: none;
  }
  .hor-license-plate-clear {
    @extend %df;
    @extend %aic;
    @extend %cp;
    @extend %jcc;
    margin-right: j(-8);
    color: #ccc;
    height: j(30);
    padding: 0 j(8);
    font-size: j(16);
  }
}