This commit is contained in:
@@ -227,6 +227,17 @@ textarea { resize: vertical; }
|
||||
.account-status-form .text-button, .current-account { font-size: .6rem; font-weight: 700; }
|
||||
.account-status-form .lock-account { color: var(--red); }
|
||||
.account-status-form .unlock-account { color: var(--green); }
|
||||
.account-actions { display:flex; align-items:center; justify-content:flex-end; gap:10px; }
|
||||
.account-manage { position:relative; }
|
||||
.account-manage > summary { cursor:pointer; list-style:none; font-size:.6rem; font-weight:700; }
|
||||
.account-manage > summary::-webkit-details-marker { display:none; }
|
||||
.account-manage[open] > summary { color:var(--green); }
|
||||
.account-manage > form { position:absolute; z-index:5; right:0; top:calc(100% + 6px); display:grid; gap:8px; width:210px; padding:12px; border:1px solid var(--line); border-radius:10px; background:var(--white); box-shadow:var(--shadow); }
|
||||
.account-manage .account-password-form { grid-template-columns:1fr; }
|
||||
.account-manage label { display:grid; gap:4px; color:var(--muted); font-size:.6rem; font-weight:700; }
|
||||
.account-manage input { width:100%; box-sizing:border-box; padding:7px 8px; font:inherit; font-size:.68rem; }
|
||||
.account-manage .account-delete-form { top:calc(100% + 180px); }
|
||||
.account-manage .delete-account { color:var(--red); }
|
||||
.current-account { text-align: right; }
|
||||
|
||||
.filter-tabs { display: flex; gap: 4px; padding: 4px; border: 1px solid var(--line); border-radius: 10px; background: #fff; }
|
||||
@@ -380,7 +391,7 @@ blockquote { margin: 10px 0; padding-left: 12px; border-left: 2px solid #d8dfdb;
|
||||
.card-tags { display: flex; flex-wrap: wrap; gap: 4px; }
|
||||
.card-topline { display: flex; justify-content: space-between; gap: 8px; align-items: start; min-height: 21px; margin-bottom: 7px; }
|
||||
.card-signals { display: flex; flex-wrap: wrap; gap: 5px; justify-content: flex-end; }
|
||||
.task-due { padding: 3px 5px; border-radius: 6px; background: var(--sand); color: #786039; font-size: .53rem; font-weight: 700; }
|
||||
.task-due { display: inline-flex; min-height: 21px; box-sizing: border-box; align-items: center; justify-content: center; padding: 3px 7px; border-radius: 6px; background: var(--sand); color: #786039; font-size: .53rem; font-weight: 700; line-height: 1; text-align: center; }
|
||||
.todo-progress { padding: 3px 5px; border-radius: 6px; background: var(--mint); color: var(--green-2); font-size: .53rem; font-weight: 800; }
|
||||
.importance-emoji { display: grid; width: 21px; height: 21px; place-items: center; border-radius: 6px; background: var(--paper); font-size: .66rem; line-height: 1; }
|
||||
.importance-emoji i { font-size: .68rem; }
|
||||
|
||||
Reference in New Issue
Block a user