homegrade_theme_production/resources/css/layout/menu-renovateur.css
2023-06-15 17:59:33 +02:00

52 lines
717 B
CSS

.menu-renovateur {
@apply py-8
px-16
shadow-md
flex
justify-between;
.logo {
@apply mr-12
w-[190px]
xl:w-[222px];
}
ul {
@apply flex justify-center gap-8;
li {
.page_icon {
@apply w-[50px] h-[50px];
}
@apply text-black
flex
justify-center
items-center
font-bold;
.sub-menu {
@apply hidden;
}
}
}
}
.menu-renovateur-footer {
@apply flex justify-center gap-8;
li {
.page_icon {
@apply w-[50px] h-[50px];
}
@apply text-black
flex
justify-center
items-center
font-bold;
.sub-menu {
@apply hidden;
}
}
}