diff options
| author | aaravkumar <aarav.kumar1510@gmail.com> | 2025-04-30 22:54:16 -0400 |
|---|---|---|
| committer | aaravkumar <aarav.kumar1510@gmail.com> | 2025-04-30 22:54:16 -0400 |
| commit | 54b8c7e9ec258fd43ec523aaf3d967a646022cee (patch) | |
| tree | 740465370ed13a46dbfa30aebfbe2d48a321e993 /src/client/views/nodes/TaskManagerTask.scss | |
| parent | 72d7414b9851bcc3d415605ce421c0572278a900 (diff) | |
made document options as data doc options ($), and fixed namign conventions
Diffstat (limited to 'src/client/views/nodes/TaskManagerTask.scss')
| -rw-r--r-- | src/client/views/nodes/TaskManagerTask.scss | 72 |
1 files changed, 0 insertions, 72 deletions
diff --git a/src/client/views/nodes/TaskManagerTask.scss b/src/client/views/nodes/TaskManagerTask.scss deleted file mode 100644 index 0fcc2f955..000000000 --- a/src/client/views/nodes/TaskManagerTask.scss +++ /dev/null @@ -1,72 +0,0 @@ -.task-manager-container { - display: flex; - flex-direction: column; - padding: 8px; - gap: 10px; - width: 100%; - height: 100%; - box-sizing: border-box; -} - -.task-manager-title { - width: 100%; - font-size: 1.25rem; - font-weight: 600; - padding: 6px 10px; - border: 1px solid #ccc; - border-radius: 6px; - box-sizing: border-box; -} - -.task-manager-description { - width: 100%; - font-size: 1rem; - padding: 8px 10px; - border: 1px solid #ccc; - border-radius: 6px; - min-height: 40px; - box-sizing: border-box; - vertical-align: top; - text-align: start; - resize: none; - line-height: 1.4; - resize: none; - flex-grow: 1 -} - -.task-manager-checkboxes { - display: flex; - align-items: center; - gap: 16px; -} - -.task-manager-allday, .task-manager-complete { - display: flex; - align-items: center; - gap: 6px; - font-size: 0.95rem; -} - -.task-manager-times { - display: flex; - flex-direction: column; - gap: 6px; - width: 100%; -} - -.task-manager-times label { - display: flex; - flex-direction: column; - font-size: 0.9rem; - font-weight: 500; - gap: 4px; -} - -input[type="datetime-local"] { - width: 100%; - font-size: 0.9rem; - padding: 6px 8px; - border: 1px solid #ccc; - border-radius: 6px; - box-sizing: border-box; -} |
