поправил паралель

This commit is contained in:
2026-04-14 12:00:46 +05:00
parent 8c326ef06a
commit ebd5335ef1
5 changed files with 184 additions and 16 deletions

View File

@@ -251,4 +251,29 @@ form input, form textarea {
}
.danger-btn:hover {
background: #991b1b;
}
.employee-btn, .logout-btn, .user-links a {
background: #2c3e66;
color: white;
border: none;
padding: 6px 12px;
border-radius: 20px;
text-decoration: none;
font-size: 0.9rem;
cursor: pointer;
display: inline-block;
margin: 0 5px;
}
.employee-btn:hover, .logout-btn:hover, .user-links a:hover {
background: #1e3a8a;
}
.user-links {
display: flex;
gap: 12px;
align-items: center;
justify-content: flex-end;
}
#authContainer {
text-align: right;
margin-top: 10px;
}