letzter stand
This commit is contained in:
@@ -546,6 +546,54 @@
|
||||
font-weight: 600;
|
||||
}
|
||||
|
||||
.automation-view .exclusion-controls {
|
||||
display: flex;
|
||||
gap: 8px;
|
||||
align-items: center;
|
||||
flex-wrap: wrap;
|
||||
}
|
||||
|
||||
.automation-view .exclusion-controls input[type="time"] {
|
||||
width: 140px;
|
||||
}
|
||||
|
||||
.automation-view .exclusion-sep {
|
||||
color: var(--automation-muted);
|
||||
font-size: 13px;
|
||||
}
|
||||
|
||||
.automation-view .exclusion-list {
|
||||
display: flex;
|
||||
flex-wrap: wrap;
|
||||
gap: 8px;
|
||||
margin-top: 8px;
|
||||
}
|
||||
|
||||
.automation-view .exclusion-chip {
|
||||
display: inline-flex;
|
||||
align-items: center;
|
||||
gap: 8px;
|
||||
padding: 6px 10px;
|
||||
border-radius: 10px;
|
||||
background: rgba(255, 255, 255, 0.06);
|
||||
border: 1px solid var(--automation-border);
|
||||
color: var(--automation-text);
|
||||
font-size: 13px;
|
||||
}
|
||||
|
||||
.automation-view .exclusion-chip button {
|
||||
border: none;
|
||||
background: transparent;
|
||||
color: var(--automation-muted);
|
||||
cursor: pointer;
|
||||
padding: 0;
|
||||
font-size: 14px;
|
||||
}
|
||||
|
||||
.automation-view .exclusion-chip button:hover {
|
||||
color: var(--automation-danger);
|
||||
}
|
||||
|
||||
.automation-view .modal {
|
||||
position: fixed;
|
||||
inset: 0;
|
||||
|
||||
Reference in New Issue
Block a user