Merge branch 'main' into fix/update-login-screen
This commit is contained in:
commit
7d01118114
2 changed files with 11 additions and 4 deletions
|
@ -70,7 +70,7 @@ input[type="text"] {
|
|||
}
|
||||
|
||||
.add-employee-button {
|
||||
background-color: #007bff;
|
||||
background-color: #06a63b;
|
||||
color: #fff;
|
||||
padding: 10px 15px;
|
||||
border: none;
|
||||
|
@ -96,7 +96,8 @@ input[type="text"] {
|
|||
padding: 5px 8px;
|
||||
border: none;
|
||||
cursor: pointer;
|
||||
margin-left: 10px;
|
||||
margin-left: 4px;
|
||||
margin-right: 4px;
|
||||
border-radius: 3px;
|
||||
}
|
||||
|
||||
|
|
|
@ -11,10 +11,16 @@
|
|||
|
||||
<ul class="employee-list">
|
||||
<li>
|
||||
<span class="employee-name">Employee 1</span>
|
||||
<button class="delete-skill-button">
|
||||
<img src="Delete-button.svg" alt="Delete">
|
||||
</button>
|
||||
<span class="employee-name">Max Mustermann</span>
|
||||
</li>
|
||||
<li>
|
||||
<button class="delete-skill-button">
|
||||
<img src="Delete-button.svg" alt="Delete">
|
||||
</button>
|
||||
<span class="employee-name">Mehdi Boudjoudi</span>
|
||||
</li>
|
||||
</ul>
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue