We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a149be3 + f8ecb4c commit e4e9bc1Copy full SHA for e4e9bc1
Employee_Managment_App/src/App.tsx
@@ -16,6 +16,7 @@ function App() {
16
<div className="xyz-management-content" style={{ width: '100%' }}>
17
<div className="row">
18
<div className="col-md-2 sidebar">
19
+ <div className="title">NexGen7 Software PVT LTD</div>
20
<ul className="nav flex-column">
21
<li className="nav-item">
22
<NavLink className="nav-link" to="/">
Employee_Managment_App/src/index.css
@@ -37,6 +37,7 @@
37
color: #3a3b3c;
38
position: fixed;
39
height: 100%;
40
+ padding-right: 0px;
41
padding-top: 20px;
42
border-right: 1px solid #e0e0e0;
43
box-shadow: 2px 0 5px rgba(0, 0, 0, 0.1);
0 commit comments