Skip to content

Commit 6a0a04e

Browse files
committedJan 8, 2024
Admin & Ececutive page changes
1 parent aaa0b06 commit 6a0a04e

16 files changed

+1145
-225
lines changed
 

‎package-lock.json

+619-36
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎package.json

+3
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,9 @@
1010
"preview": "vite preview"
1111
},
1212
"dependencies": {
13+
"@emotion/react": "^11.11.3",
14+
"@emotion/styled": "^11.11.0",
15+
"@mui/material": "^5.15.3",
1316
"axios": "^1.6.3",
1417
"react": "^18.2.0",
1518
"react-dom": "^18.2.0",

‎src/Pages/Admin/AdminPage.css

+5-1
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,13 @@
2020
height: 29px;
2121
width: 95px;
2222
border-radius: 30px;
23+
background-color:#5a5adf;
24+
color: #fff;
25+
border:none;
26+
border-radius:10px;
2327
}
2428
.navbar-right button:hover{
25-
background-color: #f0e9e9;
29+
background-color: #e02626;
2630
}
2731

2832
/* Two-column layout styles */

0 commit comments

Comments
 (0)
Please sign in to comment.