handling menu left padding and responsive left padding
This commit is contained in:
parent
f6188f8946
commit
8a486e5806
|
|
@ -9,7 +9,8 @@
|
||||||
h-fit
|
h-fit
|
||||||
py-2
|
py-2
|
||||||
px-4
|
px-4
|
||||||
md:px-0
|
pl-10
|
||||||
|
md:pl-24
|
||||||
xl:px-8
|
xl:px-8
|
||||||
2xl:px-32
|
2xl:px-32
|
||||||
my-0;
|
my-0;
|
||||||
|
|
@ -72,7 +73,7 @@
|
||||||
@apply font-medium
|
@apply font-medium
|
||||||
text-center
|
text-center
|
||||||
rounded-xl;
|
rounded-xl;
|
||||||
@apply w-fit mx-auto lg:mx-0;
|
@apply w-fit lg:mx-0;
|
||||||
|
|
||||||
button,
|
button,
|
||||||
a {
|
a {
|
||||||
|
|
@ -97,12 +98,7 @@
|
||||||
|
|
||||||
/* IF SUBMENU CHILD */
|
/* IF SUBMENU CHILD */
|
||||||
.menu-item__submenu-toggle {
|
.menu-item__submenu-toggle {
|
||||||
&:hover,
|
@apply pr-4;
|
||||||
&:focus {
|
|
||||||
/* @apply text-secondary; */
|
|
||||||
}
|
|
||||||
/* @apply relative pr-4; */
|
|
||||||
@apply pr-4 mx-auto;
|
|
||||||
&:after {
|
&:after {
|
||||||
content: '';
|
content: '';
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user