.backgroundControls {
  .uploadImageText__buttonContainer {
    right: 0;
  }
  .text-input {
    &.input__base input:focus ~ label,
    &.input__base .filled ~ label,
    &.input__base select:focus ~ label,
    &.input__base textarea:focus ~ label,
    &.input__base label.label--focused,
    &.input__base span.label-classname.label--focused {
      color: $brand-secondary;
    }
    input {
      color: $gray;
    }
  }
}
