@shopware-ag/meteor-component-library
Version:
The meteor component library is a Vue component library developed by Shopware. It is based on the [Meteor Design System](https://shopware.design/).
31 lines (29 loc) • 808 B
CSS
.mt-radio-group-root[data-v-65c8ac58] {
display: grid;
grid-template-areas:
"label help-text"
"options options"
"error error"
"hint hint";
grid-template-columns: 1fr auto;
align-content: start;
width: 100%;
margin-bottom: var(--scale-size-32);
}
.mt-radio-group-root__label[data-v-65c8ac58] {
line-height: var(--font-line-height-xs) ;
margin-bottom: var(--scale-size-2);
font-size: var(--font-size-xs);
}
.mt-radio-group-root__options[data-v-65c8ac58] {
display: flex;
flex-direction: column;
gap: var(--scale-size-8);
}
.mt-radio-group-root__hint[data-v-65c8ac58] {
font-family: var(--font-family-body);
font-size: var(--font-size-xs);
line-height: var(--font-line-height-xs);
color: var(--color-text-secondary-default);
margin-top: 0.1875rem;
}