Changeset 08f82ec for jobvista-frontend/src/views/admin_panel
- Timestamp:
- 06/20/24 11:57:13 (5 months ago)
- Branches:
- main
- Children:
- 0f0add0
- Parents:
- befb988
- Location:
- jobvista-frontend/src/views/admin_panel
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
jobvista-frontend/src/views/admin_panel/AdminPanel.css
rbefb988 r08f82ec 3 3 } 4 4 5 .table tbody tr:nth-child(even) { 6 background-color: #fff; /* Light gray */ 7 } 8 9 .table tbody tr:nth-child(odd) { 10 background-color: #f2f2f2; /* White */ 11 } 5 12 /* The switch - the box around the slider */ 6 13 .switch { -
jobvista-frontend/src/views/admin_panel/AdminPanel.js
rbefb988 r08f82ec 54 54 return ( 55 55 <div className="custom-container mt-5"> 56 <table className="table table-striped">56 <table className="table"> 57 57 <thead> 58 58 <tr>
Note:
See TracChangeset
for help on using the changeset viewer.