@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/).
21 lines (19 loc) • 465 B
CSS
.mt-modal-root__backdrop[data-v-e26db296] {
position: fixed;
top: 0;
left: 0;
right: 0;
bottom: 0;
background-color: var(--color-elevation-backdrop-default);
z-index: 1000;
}
.fade-enter-active[data-v-e26db296] {
transition: opacity 150ms cubic-bezier(0.3, 0, 1, 1);
}
.fade-leave-active[data-v-e26db296] {
transition: opacity 150ms cubic-bezier(0, 0, 0, 1);
}
.fade-enter-from[data-v-e26db296],
.fade-leave-to[data-v-e26db296] {
opacity: 0;
}