@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/).
24 lines (22 loc) • 830 B
CSS
.mt-field-affix[data-v-0072b7f2] {
display: grid;
place-items: center;
padding-inline: var(--scale-size-12);
color: var(--color-text-primary-default);
font-family: var(--font-family-body);
font-size: var(--font-size-2xs);
line-height: var(--line-height-2xs);
font-weight: var(--font-weight-medium);
background: var(--color-background-tertiary-default);
height: 100%;
}
.mt-field-affix--suffix[data-v-0072b7f2] {
border-inline-start: 1px solid var(--color-border-primary-default);
border-top-right-radius: var(--border-radius-xs);
border-bottom-right-radius: var(--border-radius-xs);
}
.mt-field-affix--prefix[data-v-0072b7f2] {
border-inline-end: 1px solid var(--color-border-primary-default);
border-top-left-radius: var(--border-radius-xs);
border-bottom-left-radius: var(--border-radius-xs);
}