Pushover and API Change truenas
This commit is contained in:
@@ -194,6 +194,54 @@ body {
|
||||
gap: 12px;
|
||||
}
|
||||
|
||||
.drawer-section {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
gap: 0.75rem;
|
||||
}
|
||||
|
||||
.drawer-section-title {
|
||||
font-weight: 700;
|
||||
color: var(--ink);
|
||||
}
|
||||
|
||||
.drawer-form {
|
||||
grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
|
||||
}
|
||||
|
||||
.drawer-actions {
|
||||
justify-content: flex-start;
|
||||
gap: 0.75rem;
|
||||
}
|
||||
|
||||
.drawer-hint {
|
||||
color: var(--ink-soft);
|
||||
font-size: 0.9rem;
|
||||
}
|
||||
|
||||
.drawer-list {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
gap: 0.35rem;
|
||||
}
|
||||
|
||||
.drawer-list-item {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: space-between;
|
||||
padding: 0.35rem 0;
|
||||
border-bottom: 1px dashed rgba(148, 163, 184, 0.35);
|
||||
}
|
||||
|
||||
.drawer-list-item:last-child {
|
||||
border-bottom: none;
|
||||
}
|
||||
|
||||
.drawer-list-label {
|
||||
font-weight: 600;
|
||||
color: var(--ink);
|
||||
}
|
||||
|
||||
.app-content {
|
||||
margin-top: 2rem;
|
||||
display: flex;
|
||||
|
||||
Reference in New Issue
Block a user