0.3.22 - PINs
This commit is contained in:
@@ -3140,6 +3140,54 @@ details summary {
|
||||
gap: 6px;
|
||||
}
|
||||
|
||||
.rows-editor-list {
|
||||
display: grid;
|
||||
gap: 10px;
|
||||
}
|
||||
.rows-editor-item {
|
||||
position: relative;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: space-between;
|
||||
flex-wrap: wrap;
|
||||
gap: 12px;
|
||||
padding: 13px 15px;
|
||||
overflow: hidden;
|
||||
border: 1px solid var(--line);
|
||||
border-radius: 11px;
|
||||
background: linear-gradient(135deg, var(--surface-lift), rgba(13, 17, 23, .74));
|
||||
}
|
||||
.rows-editor-item::before {
|
||||
content: "";
|
||||
position: absolute;
|
||||
inset: 0 auto 0 0;
|
||||
width: 3px;
|
||||
background: var(--quiet);
|
||||
opacity: .4;
|
||||
}
|
||||
.rows-editor-item[data-enabled="true"]::before {
|
||||
background: var(--info);
|
||||
opacity: 1;
|
||||
}
|
||||
.rows-editor-item-main { min-width: 0; }
|
||||
.rows-editor-item-title {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
gap: 8px;
|
||||
margin-bottom: 6px;
|
||||
}
|
||||
.rows-editor-item-title b {
|
||||
color: var(--text);
|
||||
font-size: 14px;
|
||||
font-weight: 650;
|
||||
}
|
||||
.rows-editor-item-actions {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
gap: 6px;
|
||||
flex-wrap: wrap;
|
||||
}
|
||||
|
||||
.hero-schedule-dialog {
|
||||
width: min(760px, 100%);
|
||||
padding: 0;
|
||||
|
||||
Reference in New Issue
Block a user