feat: implement FastAPI authentication with password protection for admin panel
This commit is contained in:
@@ -854,6 +854,23 @@ tbody {
|
||||
color: #484f58;
|
||||
background: transparent;
|
||||
}
|
||||
.tab-right {
|
||||
margin-left: auto;
|
||||
}
|
||||
.tab-lock-btn {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
padding: 12px 16px;
|
||||
color: #8b949e;
|
||||
}
|
||||
.tab-lock-btn:hover {
|
||||
color: #f0883e;
|
||||
background: #1c2128;
|
||||
}
|
||||
.tab-lock-btn svg {
|
||||
width: 16px;
|
||||
height: 16px;
|
||||
}
|
||||
.tab-content {
|
||||
display: none;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user