FEATURE Handling tool-container
This commit is contained in:
parent
c9eb632dd2
commit
72ea8a62ba
|
|
@ -53,7 +53,7 @@
|
||||||
|
|
||||||
li.menu-item {
|
li.menu-item {
|
||||||
@apply font-medium
|
@apply font-medium
|
||||||
text-sm
|
text-lg
|
||||||
text-center;
|
text-center;
|
||||||
|
|
||||||
&:hover > a,
|
&:hover > a,
|
||||||
|
|
@ -99,9 +99,9 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
li.menu-item.has-page-icon {
|
li.menu-item.has-page-icon {
|
||||||
@apply flex flex-col items-center justify-end gap-3;
|
@apply flex flex-col items-center justify-end gap-4 font-normal tracking-wide;
|
||||||
.page_icon {
|
.page_icon {
|
||||||
@apply w-5 h-5 object-contain object-center;
|
@apply w-7 h-7 object-contain object-center;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
li.menu-item.menu-item-has-children:hover {
|
li.menu-item.menu-item-has-children:hover {
|
||||||
|
|
@ -311,3 +311,14 @@ button#burger-menu-toggle {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.tools-container {
|
||||||
|
@apply flex flex-row items-center gap-4;
|
||||||
|
button {
|
||||||
|
@apply flex flex-col items-center gap-4 text-lg;
|
||||||
|
|
||||||
|
img {
|
||||||
|
@apply filter-white w-6 h-6;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user