react-foundation-components icon indicating copy to clipboard operation
react-foundation-components copied to clipboard

Tob Bar Input Modifiers

Open aruberto opened this issue 9 years ago • 0 comments

Figure out what these are used for and if possible to handle this scenario in modular way. These CSS rules break modularity, may not be possible to support this.

  .input-group-field {
    width: 100%;
    margin-#{$global-right}: 0;
  }

  // scss-lint:disable QualifyingElement
  input.button {
    width: auto;
  }

aruberto avatar Feb 28 '16 16:02 aruberto