поправил паралель
This commit is contained in:
@@ -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;
|
||||
}
|
||||
Reference in New Issue
Block a user