[WEB-3203] fix: dashboard widgets' empty state content and assets (#6450)

* fix: empty state content

* chore: replace margin with padding
This commit is contained in:
Aaryan Khandelwal 2025-01-24 15:23:41 +05:30 committed by GitHub
parent 0b53912295
commit d08c03f557
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
20 changed files with 157 additions and 162 deletions

View file

@ -105,14 +105,14 @@ ul[data-type="taskList"] li > div {
}
ul[data-type="taskList"] li > label input[type="checkbox"] {
border: 1px solid rgba(var(--color-border-300)) !important;
border: 1px solid rgba(var(--color-text-100), 0.2) !important;
outline: none;
border-radius: 2px;
transform: scale(1.05);
}
.ProseMirror[contenteditable="true"] input[type="checkbox"]:hover {
background-color: rgba(var(--color-background-80));
background-color: rgba(var(--color-text-100), 0.1);
}
.ProseMirror[contenteditable="false"] input[type="checkbox"] {