feat: Moves employee views to their own controller, updates css, and employee table view.
This commit is contained in:
@@ -118,16 +118,25 @@ input[type=text], input[type=password] {
|
||||
padding: 5px;
|
||||
}
|
||||
|
||||
.btn-delete {
|
||||
display: inline-block;
|
||||
color: red;
|
||||
text-align: center;
|
||||
.btn {
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
.btn-edit img {
|
||||
position: fixed;
|
||||
right: 30px;
|
||||
width: 30px;
|
||||
height: 30px;
|
||||
}
|
||||
|
||||
.btn img:hover {
|
||||
background-color: #555;
|
||||
}
|
||||
|
||||
.btn-delete img {
|
||||
width: 20px;
|
||||
height: 20px;
|
||||
margin-top: 5px;
|
||||
}
|
||||
|
||||
.btn-delete img:hover {
|
||||
|
||||
7
Public/images/pencil.svg
Normal file
7
Public/images/pencil.svg
Normal file
@@ -0,0 +1,7 @@
|
||||
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
|
||||
<!-- Uploaded to: SVG Repo, www.svgrepo.com, Transformed by: SVG Repo Mixer Tools -->
|
||||
<svg width="800px" height="800px" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
|
||||
<g id="SVGRepo_bgCarrier" stroke-width="0"/>
|
||||
|
||||
<g id="SVGRepo_tracerCarrier" stroke-linecap="round" stroke-linejoin="round"/>
|
||||
|
After Width: | Height: | Size: 902 B |
Reference in New Issue
Block a user