@aws-amplify/ui
Version:
`@aws-amplify/ui` contains low-level logic & styles for stand-alone usage or re-use in framework-specific implementations.
27 lines • 909 B
CSS
@layer amplify.components {
.amplify-radiogroupfield {
flex-direction: column;
align-items: flex-start;
--amplify-components-fieldset-legend-color: var(
--amplify-components-radiogroup-legend-color
);
--amplify-components-fieldset-legend-font-weight: var(
--amplify-components-radiogroup-legend-font-weight
);
--amplify-components-radio-button-border-width: var(
--amplify-components-radiogroup-radio-border-width
);
--amplify-components-radio-button-border-color: var(
--amplify-components-radiogroup-radio-border-color
);
--amplify-components-radio-button-background-color: var(
--amplify-components-radiogroup-radio-background-color
);
--amplify-components-radio-label-color: var(
--amplify-components-radiogroup-radio-label-color
);
--amplify-components-radio-button-checked-color: var(
--amplify-components-radiogroup-radio-checked-color
);
}
}