FEATURE Introducing the mobile menu brand component

This commit is contained in:
Nonimart 2025-09-04 16:09:04 +02:00
parent d56e10517a
commit 2c1dabec6e

View File

@ -0,0 +1,14 @@
.menu-mobile-brand {
@apply bg-primary text-white pb-8;
@screen lg {
@apply hidden;
}
&__inner-elements {
@apply flex justify-between items-center px-6;
}
.tools-container {
@apply flex;
}
}