add open/close to sidebar & responsive sidebar & head & page dashboard and user account

This commit is contained in:
Ehsan
2024-09-13 02:19:47 +03:30
parent a1571bbb62
commit d1f289bdca
40 changed files with 481 additions and 140 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
function ContentText({ children, text }) {
return (
<div className="flex flex-col items-start justify-start gap-[16px] content-text-panel">
<div className="flex flex-col items-start justify-start gap-[12px] md:gap-[14px] lg:gap-[16px] content-text-panel">
<p className="text-[#525252] text-[14px] font-medium">{text}</p>
{children}
</div>