sdsad
This commit is contained in:
@@ -198,6 +198,47 @@
|
||||
color: var(--muted);
|
||||
}
|
||||
|
||||
.pihole-console-modal {
|
||||
width: min(720px, 96vw);
|
||||
}
|
||||
|
||||
.pihole-console-body {
|
||||
margin-top: 16px;
|
||||
display: grid;
|
||||
gap: 10px;
|
||||
max-height: 48vh;
|
||||
overflow: auto;
|
||||
padding: 4px;
|
||||
}
|
||||
|
||||
.pihole-console-line {
|
||||
display: grid;
|
||||
gap: 4px;
|
||||
padding: 12px 14px;
|
||||
border-radius: 14px;
|
||||
border: 1px solid var(--line);
|
||||
background: rgba(255, 255, 255, 0.6);
|
||||
}
|
||||
|
||||
.pihole-console-line span {
|
||||
font-size: 0.8rem;
|
||||
color: var(--muted);
|
||||
}
|
||||
|
||||
.pihole-console-line strong {
|
||||
font-weight: 600;
|
||||
}
|
||||
|
||||
.pihole-console-line.is-success {
|
||||
border-color: rgba(0, 179, 164, 0.22);
|
||||
background: rgba(0, 179, 164, 0.08);
|
||||
}
|
||||
|
||||
.pihole-console-line.is-error {
|
||||
border-color: rgba(255, 90, 61, 0.24);
|
||||
background: rgba(255, 90, 61, 0.08);
|
||||
}
|
||||
|
||||
.pihole-instance-card {
|
||||
padding: 16px;
|
||||
background: var(--panel-2);
|
||||
|
||||
Reference in New Issue
Block a user