@awsui/components-react
Version:
AWS UI is a collection of [React](https://reactjs.org/) components that help create intuitive, responsive, and accessible user experiences for web applications. It is developed by Amazon Web Services (AWS). This work is available under the terms of the [A
110 lines • 3.46 kB
CSS
._textarea_qk1j1_zo6eh_7:not(#\9){
border-collapse:separate;
border-spacing:0;
caption-side:top;
cursor:auto;
direction:ltr;
empty-cells:show;
font-family:serif;
font-size:medium;
font-style:normal;
font-variant:normal;
font-weight:normal;
font-stretch:normal;
line-height:normal;
hyphens:none;
letter-spacing:normal;
list-style:disc outside none;
tab-size:8;
text-align:left;
text-align-last:auto;
text-indent:0;
text-shadow:none;
text-transform:none;
visibility:visible;
white-space:normal;
widows:2;
word-spacing:normal;
box-sizing:border-box;
font-size:1.4rem;
font-size:var(--size-font-body-100-1S0qZw, 1.4rem);
line-height:2.2rem;
line-height:var(--size-lineHeight-body-100-2aIKVt, 2.2rem);
color:#16191f;
color:var(--color-text-body-default-2ZjSsg, #16191f);
font-weight:400;
font-family:"Noto Sans", "Helvetica Neue", Roboto, Arial, sans-serif;
resize:auto;
cursor:text;
white-space:pre-wrap;
padding:0.4rem 0.8rem;
padding:var(--space-scaled-xxs-wz9S8K, 0.4rem) var(--space-xs-qJuxzO, 0.8rem);
color:#16191f;
color:var(--color-text-body-default-2ZjSsg, #16191f);
max-width:100%;
width:100%;
display:block;
box-sizing:border-box;
background-color:#ffffff;
background-color:var(--color-background-input-default-2k-l2Z, #ffffff);
border-radius:2px;
border:1px solid #aab7b8;
border:1px solid var(--color-border-input-default-2xktd9, #aab7b8);
font-size:1.4rem;
font-size:var(--size-font-body-100-1S0qZw, 1.4rem);
line-height:2.2rem;
line-height:var(--size-lineHeight-body-100-2aIKVt, 2.2rem);
}
._textarea_qk1j1_zo6eh_7._textarea-readonly_qk1j1_zo6eh_30:not(#\9){
background-color:#ffffff;
background-color:var(--color-background-input-default-2k-l2Z, #ffffff);
border:1px solid #eaeded;
border:1px solid var(--color-border-input-disabled-2FoT5u, #eaeded);
}
._textarea_qk1j1_zo6eh_7:not(#\9):-ms-input-placeholder{
color:#aab7b8;
color:var(--color-text-input-placeholder-2xktd9, #aab7b8);
font-style:italic;
opacity:1;
}
._textarea_qk1j1_zo6eh_7:not(#\9)::placeholder{
color:#aab7b8;
color:var(--color-text-input-placeholder-2xktd9, #aab7b8);
font-style:italic;
opacity:1;
}
._textarea_qk1j1_zo6eh_7:not(#\9):-ms-input-placeholder{
color:#aab7b8;
color:var(--color-text-input-placeholder-2xktd9, #aab7b8);
font-style:italic;
}
._textarea_qk1j1_zo6eh_7:not(#\9):focus{
outline:2px dotted transparent;
border:1px solid #00a1c9;
border:1px solid var(--color-border-item-focused-RH7L5U, #00a1c9);
border-radius:2px;
box-shadow:0 0 0 1px #00a1c9;
box-shadow:0 0 0 1px var(--color-border-item-focused-RH7L5U, #00a1c9);
}
._textarea_qk1j1_zo6eh_7:not(#\9):disabled{
background-color:#eaeded;
background-color:var(--color-background-input-disabled-p5fVsz, #eaeded);
border:1px solid #eaeded;
border:1px solid var(--color-border-input-disabled-2FoT5u, #eaeded);
color:#879596;
color:var(--color-text-input-disabled-18f9uV, #879596);
cursor:auto;
cursor:default;
}
._textarea_qk1j1_zo6eh_7:not(#\9):invalid{
box-shadow:none;
}
._textarea_qk1j1_zo6eh_7._textarea-invalid_qk1j1_zo6eh_59:not(#\9){
color:#d13212;
color:var(--color-text-status-error-1SZf5y, #d13212);
border-color:#d13212;
border-color:var(--color-text-status-error-1SZf5y, #d13212);
padding-left:calc( 0.8rem - (4px - 1px) );
padding-left:calc( var(--space-xs-qJuxzO, 0.8rem) - (4px - 1px) );
border-left-width:4px;
}