STYLE refining secondary nav padding and network redirector
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
4196e341ce
commit
b7086c2666
|
|
@ -149,16 +149,38 @@
|
|||
}
|
||||
}
|
||||
.secondary-menu-container {
|
||||
@apply bg-primary flex justify-between items-center px-8
|
||||
@apply bg-primary items-center px-8 py-4
|
||||
2xl:px-32;
|
||||
a {
|
||||
@apply text-white;
|
||||
}
|
||||
|
||||
.secondary-menu-nav {
|
||||
@apply max-w-screen-2xl w-full mx-auto flex justify-between items-center;
|
||||
ul {
|
||||
@apply flex justify-between gap-4;
|
||||
}
|
||||
a {
|
||||
@apply font-medium text-xl;
|
||||
}
|
||||
.network-redirector {
|
||||
a {
|
||||
@apply flex items-center gap-4;
|
||||
&:after {
|
||||
transition: all 0.3s ease-out;
|
||||
@apply w-8 h-8 bg-no-repeat bg-contain bg-center text-xl;
|
||||
filter: invert(1);
|
||||
content: '';
|
||||
background-image: url('../resources/img/carhop-fleche-lien-externe-full.svg');
|
||||
display: inline-block;
|
||||
}
|
||||
&:hover {
|
||||
&:after {
|
||||
@apply translate-x-2 rotate-45;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
button#burger-menu-toggle {
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user