geoip and config editor online
This commit is contained in:
@@ -433,6 +433,22 @@ a.stat-card:hover { background: var(--s-700); cursor: pointer; }
|
||||
}
|
||||
.btn-ghost:hover { color: #c9d1d9; border-color: rgba(255,255,255,0.15); }
|
||||
|
||||
.btn-danger {
|
||||
display: inline-flex; align-items: center; gap: 6px;
|
||||
padding: 7px 16px;
|
||||
background: var(--threat);
|
||||
color: #fff;
|
||||
font-size: 12px;
|
||||
font-weight: 600;
|
||||
border: none;
|
||||
border-radius: 6px;
|
||||
cursor: pointer;
|
||||
transition: background 0.15s;
|
||||
white-space: nowrap;
|
||||
}
|
||||
.btn-danger:hover { background: #e03030; }
|
||||
.btn-danger:active { transform: scale(0.97); }
|
||||
|
||||
.btn-danger-sm {
|
||||
padding: 3px 10px;
|
||||
font-size: 11px;
|
||||
|
||||
Reference in New Issue
Block a user