feat: add warning message in help section about local storage data loss

This commit is contained in:
2025-10-16 02:54:12 +03:00
parent 1875ddfe44
commit c85d0604a9
2 changed files with 8 additions and 0 deletions

View File

@@ -306,6 +306,8 @@ body { font-family: var(--font-main); height: 100vh; overflow: hidden; backgroun
.help-heading { font-size: 14px; font-weight: bold; margin: 0 0 12px 0; color: var(--win-blue-dark); border-bottom: 1px solid var(--win-gray-dark); padding-bottom: 4px; }
.help-text { font-size: 12px; line-height: 1.5; margin: 0 0 8px 0; color: #333; }
.help-text:last-child { margin-bottom: 0; }
.help-warning { background: #fff3cd; border: 2px solid #ffc107; padding: 12px; margin-bottom: 16px; font-size: 12px; line-height: 1.5; color: #856404; border-radius: 2px; }
.help-warning strong { color: #d39e00; }
.help-list { margin: 0; padding-left: 20px; font-size: 12px; line-height: 1.6; }
.help-list li { margin-bottom: 8px; color: #333; }
.help-list li:last-child { margin-bottom: 0; }