carhop__carhop-theme__DEV/resources/css/layout/menu-mobile-brand.css
Antoine M 946e3d3cdf
All checks were successful
continuous-integration/drone/push Build is passing
FEATURE Big menu refactoring to match dynamlique menu
2025-12-09 09:32:48 +01:00

28 lines
561 B
CSS

.menu-mobile-brand {
@apply bg-primary text-white pb-8;
@screen lg {
@apply hidden;
}
#mobile-menu-toggle {
@apply underline underline-offset-4;
}
&__inner-elements {
@apply flex justify-between items-center px-6 gap-12;
}
.website_logo {
@apply shrink;
}
.tools-container {
@apply flex w-fit gap-2;
.search-button,
.subscribe-button {
@apply w-6 h-6 border-2 flex border-white rounded-full p-2 justify-center items-center shrink-0;
box-sizing: content-box;
}
}
}