FEATURE Introducing the mobile menu brand component
This commit is contained in:
parent
d56e10517a
commit
2c1dabec6e
14
resources/css/layout/menu-mobile-brand.css
Normal file
14
resources/css/layout/menu-mobile-brand.css
Normal 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;
|
||||
}
|
||||
}
|
||||
Loading…
Reference in New Issue
Block a user