@ubertheme/mega-menu
Version:
UB Mega Menu Module for Magento PWA Studio
31 lines (25 loc) • 538 B
CSS
/*
Table Content
1. @Error Message
2. @Global style
3. @Level1
*/
/* @Error Message. */
.root .fetch_error {
@apply leading-6 bg-yellow-200 text-yellow-700 whitespace-pre-wrap font-medium text-base px-8 py-2;
}
.root .fetch_error pre {
@apply m-0;
}
.root {
@apply invisible opacity-0 hidden;
}
@media screen(lg) {
.root {
@apply block font-sans text-sm visible opacity-100;
}
.root .level1 {
@apply w-full m-auto text-center p-0 max-w-screen-xl;
font-size: 0;
}
}