.icon {
  width: 20px;
  text-align: center;
  background: white;
  padding-left: 5px;
  padding-right: 2px;
}

/* This corresponds to the host component */
:host {
  border-width: 1px;
  border-style: solid;
  padding-bottom: 1px;
  padding-top: 1px;
  display: inline-block;
}

:host(.input-focus) {
  outline: none;
}

:host /deep/ input {
  border: none;
  outline: none;
  height: 100%;
  margin: 1px 0;
  box-sizing: border-box;
}
