list specialties & finish page pecialties
This commit is contained in:
@@ -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
|
||||
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user