@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/).
20 lines (18 loc) • 504 B
CSS
.mt-text-editor-toolbar-button-color {
&[data-v-356322ec] {
display: flex;
justify-content: center;
width: var(--scale-size-32);
}
[data-v-356322ec] .mt-colorpicker__previewWrapper {
width: var(--scale-size-14);
height: var(--scale-size-14);
}
[data-v-356322ec] .mt-block-field__block {
min-height: unset;
}
[data-v-356322ec] .mt-colorpicker--compact .mt-colorpicker__colorpicker-position {
left: calc(-1 * (14px + 24px) / 2);
top: calc(100% + var(--scale-size-14) + 4px);
}
}