fix responsive all page & add modal doctor id & page dashboard aside

This commit is contained in:
Ehsan
2024-09-01 01:36:36 +03:30
parent b058066380
commit 680ef74034
64 changed files with 682 additions and 155 deletions
+10
View File
@@ -0,0 +1,10 @@
function CopyBlueD() {
return (
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16" fill="none">
<path d="M7.39967 15.1667H4.59967C1.99301 15.1667 0.833008 14.0067 0.833008 11.4V8.59999C0.833008 5.99333 1.99301 4.83333 4.59967 4.83333H7.39967C10.0063 4.83333 11.1663 5.99333 11.1663 8.59999V11.4C11.1663 14.0067 10.0063 15.1667 7.39967 15.1667ZM4.59967 5.83333C2.53301 5.83333 1.83301 6.53333 1.83301 8.59999V11.4C1.83301 13.4667 2.53301 14.1667 4.59967 14.1667H7.39967C9.46634 14.1667 10.1663 13.4667 10.1663 11.4V8.59999C10.1663 6.53333 9.46634 5.83333 7.39967 5.83333H4.59967Z" fill="#5559CE" />
<path d="M11.3997 11.1667H10.6663C10.393 11.1667 10.1663 10.94 10.1663 10.6667V8.59999C10.1663 6.53333 9.46634 5.83333 7.39967 5.83333H5.33301C5.05967 5.83333 4.83301 5.60666 4.83301 5.33333V4.6C4.83301 1.99333 5.99301 0.833328 8.59967 0.833328H11.3997C14.0063 0.833328 15.1663 1.99333 15.1663 4.6V7.4C15.1663 10.0067 14.0063 11.1667 11.3997 11.1667ZM11.1663 10.1667H11.3997C13.4663 10.1667 14.1663 9.46666 14.1663 7.4V4.6C14.1663 2.53333 13.4663 1.83333 11.3997 1.83333H8.59967C6.53301 1.83333 5.83301 2.53333 5.83301 4.6V4.83333H7.39967C10.0063 4.83333 11.1663 5.99333 11.1663 8.59999V10.1667Z" fill="#5559CE" />
</svg>
)
}
export default CopyBlueD