list specialties & finish page pecialties

This commit is contained in:
Ehsan
2024-07-09 19:52:54 +03:30
parent 72725c9600
commit c052e2d55e
7 changed files with 91 additions and 23 deletions
+23
View File
@@ -0,0 +1,23 @@
import { Pagination as PaginationMUI } from '@mui/material'
function Pagination() {
return (
<PaginationMUI
// count={doctors.length / 12} org
count={20} // test
color='primary'
sx={{
'& .mui-8q7g72-MuiButtonBase-root-MuiPaginationItem-root': {
color: '#616161',
fontSize: '16px',
fontWeight: '500'
},
'& .mui-8q7g72-MuiButtonBase-root-MuiPaginationItem-root.Mui-selected': {
color: '#F8F8FF'
}
}}
/>
)
}
export default Pagination
+8
View File
@@ -185,6 +185,14 @@ body {
animation-duration: 2s;
}
.hover-mode-item-speciality:hover p:first-child {
color: #FAFAFA;
}
.hover-mode-item-speciality:hover p:last-child {
color: #EFEFEF;
}
@keyframes openx {
0% {
width: 0;