.reset-component() {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: @text-color-1;
  font-size: @font-size-md;
  line-height: @line-height-md;
  list-style: none;
  background-image: none;
}