@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/).
120 lines • 3.48 kB
CSS
/* ------------------------------------
* Administration variables
* Table of contents
*
* 1. Primary colors
* 2. Status colors
* 3. Module colors
* 4. Generic colors
* 5. Gradients
* 6. Typography
* 7. Miscellaneous
* 8. z-index
* 9. Global widths
* ------------------------------------ */
/* ------------------------------------
* 1. Primary colors
* ------------------------------------ */
/* ------------------------------------
* 2. Status colors
* ------------------------------------ */
/* ------------------------------------
* 3. Module colors
* ------------------------------------ */
/* ------------------------------------
* 4. Generic colors
* ------------------------------------ */
/* ------------------------------------
* 5. Gradients
* ------------------------------------ */
/* ------------------------------------
* 6. Typography
* ------------------------------------ */
/* ------------------------------------
* 7. Miscellaneous
* ------------------------------------ */
/* ------------------------------------
* 8. z-index
* ------------------------------------ */
/* ------------------------------------
* Administration variables
* Table of contents
*
* 1. Primary colors
* 2. Status colors
* 3. Module colors
* 4. Generic colors
* 5. Gradients
* 6. Typography
* 7. Miscellaneous
* 8. z-index
* 9. Global widths
* ------------------------------------ */
/* ------------------------------------
* 1. Primary colors
* ------------------------------------ */
/* ------------------------------------
* 2. Status colors
* ------------------------------------ */
/* ------------------------------------
* 3. Module colors
* ------------------------------------ */
/* ------------------------------------
* 4. Generic colors
* ------------------------------------ */
/* ------------------------------------
* 5. Gradients
* ------------------------------------ */
/* ------------------------------------
* 6. Typography
* ------------------------------------ */
/* ------------------------------------
* 7. Miscellaneous
* ------------------------------------ */
/* ------------------------------------
* 8. z-index
* ------------------------------------ */
.mt-select-result-list {
pointer-events: none;
}
.mt-select-result-list,
.mt-select-result-list-popover {
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
overflow: hidden;
}
.mt-select-result-list-popover .mt-popover-deprecated__wrapper {
width: 100%;
}
.mt-select-result-list__content {
width: 100%;
max-height: 250px;
overflow-x: hidden;
overflow-y: auto;
border: 1px solid var(--color-border-secondary-default);
box-shadow: 0 3px 6px 0 var(--color-elevation-shadow-default);
background-color: var(--color-background-primary-default);
font-size: var(--font-size-xs);
line-height: var(--font-line-height-xs);
font-family: var(--font-family-body);
padding: var(--scale-size-8);
border-radius: 4px;
}
.mt-select-result-list__content .mt-select-result-list__item-list {
list-style: none;
}
.mt-select-result-list__content .mt-select-result-list__empty {
padding: var(--scale-size-10) var(--scale-size-16);
color: var(--color-text-primary-default);
}
.mt-select-result-list__content_empty {
opacity: 0;
min-height: 293px;
height: 293px;
}
.mt-popover-deprecated__wrapper.--placement-bottom-outside.mt-select-result-list-popover-wrapper {
transform: translate(0, calc(-100% - 48px));
}