Skip to content

Commit f8ecb4c

Browse files
932509: Need to change the attractive ui for employee management application
1 parent 03556b1 commit f8ecb4c

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

Employee_Managment_App/src/App.tsx

+1
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ function App() {
1616
<div className="xyz-management-content" style={{ width: '100%' }}>
1717
<div className="row">
1818
<div className="col-md-2 sidebar">
19+
<div className="title">NexGen7 Software PVT LTD</div>
1920
<ul className="nav flex-column">
2021
<li className="nav-item">
2122
<NavLink className="nav-link" to="/">

Employee_Managment_App/src/index.css

+1
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@
3737
color: #3a3b3c;
3838
position: fixed;
3939
height: 100%;
40+
padding-right: 0px;
4041
padding-top: 20px;
4142
border-right: 1px solid #e0e0e0;
4243
box-shadow: 2px 0 5px rgba(0, 0, 0, 0.1);

0 commit comments

Comments
 (0)