@ubertheme/mega-menu
Version:
UB Mega Menu Module for Magento PWA Studio
23 lines (16 loc) • 317 B
CSS
/*
Table Content
1. @Root
2. @Error Message
*/
/* @Root */
.root {
@apply p-5 shadow-none;
}
/* @Error Message. */
.root .fetch_error {
@apply bg-yellow-200 text-yellow-700 whitespace-pre-wrap font-medium text-base px-8 py-2;
}
.root .fetch_error pre {
@apply m-0 whitespace-pre-wrap;
}