change function and design page doctors & signin & signup & home & specialties & helper

This commit is contained in:
Ehsan
2025-05-21 16:44:34 +03:30
parent c8c217e286
commit 6c7709c342
13 changed files with 96 additions and 86 deletions
+9 -1
View File
@@ -295,7 +295,7 @@ html {
}
.MuiModal-root div:nth-child(3) {
border-radius: 0 !important;
/* border-radius: 0 !important; */
}
}
@@ -850,3 +850,11 @@ html {
.text-item-head-white:hover .item-head {
color: #d7d8ed;
}
.bg-poster {
background-image: url(/public/assets/images/poster.png);
width: 100%;
height: 100%;
background-repeat: no-repeat;
background-size: cover;
}