mirror of
https://github.com/shuaiplus/nodewarden.git
synced 2026-06-20 21:00:41 +00:00
feat: refactor setup handling and enhance asset serving with bootstrap integration
This commit is contained in:
@@ -131,6 +131,12 @@ body,
|
||||
margin-bottom: 6px;
|
||||
}
|
||||
|
||||
.jwt-warning-copy {
|
||||
margin: 0 0 14px;
|
||||
color: #475569;
|
||||
line-height: 1.6;
|
||||
}
|
||||
|
||||
.jwt-warning-list {
|
||||
margin: 0;
|
||||
padding-left: 18px;
|
||||
@@ -138,6 +144,33 @@ body,
|
||||
line-height: 1.55;
|
||||
}
|
||||
|
||||
.jwt-inline-link {
|
||||
color: #1d4ed8;
|
||||
font-weight: 700;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
.jwt-inline-link:hover {
|
||||
text-decoration: underline;
|
||||
}
|
||||
|
||||
.jwt-secret-fields {
|
||||
margin-top: 8px;
|
||||
display: grid;
|
||||
gap: 6px;
|
||||
}
|
||||
|
||||
.jwt-secret-row {
|
||||
display: grid;
|
||||
grid-template-columns: 88px minmax(0, 1fr);
|
||||
gap: 8px;
|
||||
align-items: start;
|
||||
}
|
||||
|
||||
.jwt-secret-row > span {
|
||||
color: #64748b;
|
||||
}
|
||||
|
||||
.jwt-generator {
|
||||
margin-top: 14px;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user