api usage cooldown
This commit is contained in:
@@ -173,6 +173,68 @@
|
||||
color: #65676b;
|
||||
}
|
||||
|
||||
.credential-item__status {
|
||||
display: flex;
|
||||
flex-wrap: wrap;
|
||||
gap: 6px;
|
||||
margin-top: 8px;
|
||||
}
|
||||
|
||||
.credential-status {
|
||||
display: inline-flex;
|
||||
align-items: center;
|
||||
padding: 4px 10px;
|
||||
border-radius: 999px;
|
||||
font-size: 12px;
|
||||
font-weight: 600;
|
||||
background: #f0f2f5;
|
||||
color: #1c1e21;
|
||||
border: 1px solid rgba(0, 0, 0, 0.05);
|
||||
}
|
||||
|
||||
.credential-status.status-badge--success {
|
||||
background: rgba(66, 183, 42, 0.12);
|
||||
color: #2d7a32;
|
||||
border-color: rgba(66, 183, 42, 0.2);
|
||||
}
|
||||
|
||||
.credential-status.status-badge--warning {
|
||||
background: rgba(252, 160, 0, 0.12);
|
||||
color: #9f580a;
|
||||
border-color: rgba(252, 160, 0, 0.2);
|
||||
}
|
||||
|
||||
.credential-status.status-badge--danger {
|
||||
background: rgba(231, 76, 60, 0.12);
|
||||
color: #a5281b;
|
||||
border-color: rgba(231, 76, 60, 0.2);
|
||||
}
|
||||
|
||||
.credential-status.status-badge--info {
|
||||
background: rgba(24, 119, 242, 0.1);
|
||||
color: #1659c7;
|
||||
border-color: rgba(24, 119, 242, 0.2);
|
||||
}
|
||||
|
||||
.credential-status.status-badge--neutral {
|
||||
background: rgba(101, 103, 107, 0.12);
|
||||
color: #42464b;
|
||||
border-color: rgba(101, 103, 107, 0.2);
|
||||
}
|
||||
|
||||
.credential-status.status-badge--muted {
|
||||
background: rgba(148, 153, 160, 0.12);
|
||||
color: #4b4f56;
|
||||
border-color: rgba(148, 153, 160, 0.2);
|
||||
}
|
||||
|
||||
.credential-item__meta {
|
||||
margin-top: 6px;
|
||||
font-size: 12px;
|
||||
color: #65676b;
|
||||
line-height: 1.4;
|
||||
}
|
||||
|
||||
.credential-item__actions {
|
||||
display: flex;
|
||||
gap: 8px;
|
||||
|
||||
Reference in New Issue
Block a user