@import '../var.less';

.f-input {
  border: 1px solid @gray-15;
  border-radius: 4px;
  font-size: 14px;
  line-height: 24px;
  color: @gray-80;
  box-sizing: border-box;
  padding: 11px 12px;
  outline: none;

  &::placeholder {
    color: @gray-30;
  }

  &:focus {
    border-color: @gray-20;
  }
}
