@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/).
26 lines (24 loc) • 625 B
CSS
.mt-radio-group-item[data-v-95a7195b] {
display: flex;
flex-direction: row;
align-items: center;
gap: var(--scale-size-4);
cursor: pointer;
}
.mt-radio-group-item__label[data-v-95a7195b] {
color: var(--color-text-primary-default);
font-family: var(--font-family-body);
font-size: var(--font-size-xs);
font-weight: var(--font-weight-regular);
line-height: var(--font-line-height-xs);
cursor: inherit;
user-select: none;
}
.mt-radio-group-item--disabled {
&[data-v-95a7195b] {
cursor: not-allowed;
}
.mt-radio-group-item__label[data-v-95a7195b] {
color: var(--color-text-primary-disabled);
}
}