{"version":3,"sources":["../../../../src/nhsuk/components/textarea/_index.scss"],"names":[],"mappings":"AAAA,+BAA+B;AAC/B,4BAA4B;AAC5B,2BAA2B;AAC3B,kBAAkB;AAClB,mBAAmB;;AAEnB,GAAG;AACH,qBAAqB;AACrB,EAAE;AACF,6BAA6B;AAC7B,GAAG;;AAEH;EACE;IACE,sBAAsB;;IAEtB,cAAc;;IAEd,WAAW;IACX,iCAAiC;IACjC,0CAA0C;;IAE1C,gBAAgB;;IAEhB,yEAAyE;IACzE,gBAAgB;;IAEhB,wBAAgB;;YAAhB,gBAAgB;;IAEhB,6CAA6C;IAC7C,8BAA8B;;IAE9B;MACE,4BAA4B;IAC9B;;IAEA;MACE,YAAY;MACZ,cAAc;MACd,6BAA6B;MAC7B,mBAAmB;IACrB;EACF;;EAEA;IACE,iCAAiC;EACnC;AACF","file":"_index.scss","sourcesContent":["@use \"../../core/settings\" as *;\n@use \"../../core/tools\" as *;\n@forward \"../error-message\";\n@forward \"../hint\";\n@forward \"../label\";\n\n////\n/// Textarea component\n///\n/// @group components/textarea\n////\n\n@include nhsuk-exports(\"nhsuk/components/textarea\") {\n  .nhsuk-textarea {\n    box-sizing: border-box;\n\n    display: block;\n\n    width: 100%;\n    min-height: nhsuk-px-to-rem(40px);\n    padding: nhsuk-px-to-rem(nhsuk-spacing(1));\n\n    resize: vertical;\n\n    border: $nhsuk-border-width-form-element solid $nhsuk-input-border-colour;\n    border-radius: 0;\n\n    appearance: none;\n\n    @include nhsuk-responsive-margin(5, \"bottom\");\n    @include nhsuk-font($size: 19);\n\n    &:focus {\n      @include nhsuk-focused-input;\n    }\n\n    &:disabled {\n      opacity: 0.5;\n      color: inherit;\n      background-color: transparent;\n      cursor: not-allowed;\n    }\n  }\n\n  .nhsuk-textarea--error {\n    border-color: $nhsuk-error-colour;\n  }\n}\n"]}
