diff --git a/src/components/EditProfileForm.vue b/src/components/EditProfileForm.vue index b94ce11..f878c78 100644 --- a/src/components/EditProfileForm.vue +++ b/src/components/EditProfileForm.vue @@ -1,533 +1,1277 @@ + + - - \ No newline at end of file + + .submit-btn { + padding: 0.875rem 1.5rem; + } +} + +/* Accessibility */ +@media (prefers-reduced-motion: reduce) { + * { + animation-duration: 0.01ms !important; + animation-iteration-count: 1 !important; + transition-duration: 0.01ms !important; + } +} + +/* Focus styles for keyboard navigation */ +.submit-btn:focus, +.form-input:focus, +.city-clear-btn:focus, +.file-upload-label:focus-within { + outline: 2px solid #667eea; + outline-offset: 2px; +} + +/* High contrast mode support */ +@media (prefers-contrast: high) { + .section-card { + border: 2px solid #000; + } + + .form-input { + border: 2px solid #000; + } + + .submit-btn { + border: 2px solid #000; + } +} + \ No newline at end of file diff --git a/src/views/ProfileView.vue b/src/views/ProfileView.vue index 9a5d9bc..a5d630a 100644 --- a/src/views/ProfileView.vue +++ b/src/views/ProfileView.vue @@ -1,89 +1,255 @@ \ No newline at end of file