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
+11
View File
@@ -0,0 +1,11 @@
function RetryLogin() {
return (
<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20" fill="none">
<path d="M7.59206 4.23333C8.31706 4.01667 9.11706 3.875 10.0004 3.875C13.9921 3.875 17.2254 7.10833 17.2254 11.1C17.2254 15.0917 13.9921 18.325 10.0004 18.325C6.00872 18.325 2.77539 15.0917 2.77539 11.1C2.77539 9.61667 3.22539 8.23333 3.99206 7.08333" stroke="#FF8848" strokeWidth="2" strokeLinecap="round" strokeLinejoin="round" />
<path d="M6.55859 4.43317L8.96693 1.6665" stroke="#FF8848" strokeWidth="2" strokeLinecap="round" strokeLinejoin="round" />
<path d="M6.55859 4.43311L9.36693 6.48311" stroke="#FF8848" strokeLinecap="round" strokeLinejoin="round" />
</svg>
)
}
export default RetryLogin