@import url("../components/c-button.selectors.css");

.form-control {
  border: var(--global-border--normal);
  border-radius: 0;
}
input.form-control,
textarea.form-control {
  /* FAQ: Vertical padding reduced by 1px each to near input height of design * 1.2 */
  padding: 6px 12px; /* 6px 10px design * 1.2 design-to-app ratio */
}
.input-group-prepend {
  z-index: 1; /* so child button border is above sibling input border */
}
.input-group-prepend > :--c-button {
  padding: unset;
}
