15 lines
233 B
CSS
15 lines
233 B
CSS
.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;
|
|
}
|
|
}
|