Commit b000b180 authored by Lyza Danger Gardner's avatar Lyza Danger Gardner Committed by Lyza Gardner

Remove unused forms SASS

parent 97e7d67a
...@@ -54,14 +54,3 @@ ...@@ -54,14 +54,3 @@
font-size: var.$touch-input-font-size; font-size: var.$touch-input-font-size;
} }
} }
/**
* A text input that has a button to its right; no border radius
*
* @param {boolean} [$compact] - For use in compact areas, with tighter padding
*/
@mixin form-input--with-button($compact: false) {
@include form-input($compact);
width: 100%;
border-radius: 0;
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment