diff --git a/app/resources/js/views/auth/ForgotPasswordView.vue b/app/resources/js/views/auth/ForgotPasswordView.vue index 898c4ca8..888193d0 100644 --- a/app/resources/js/views/auth/ForgotPasswordView.vue +++ b/app/resources/js/views/auth/ForgotPasswordView.vue @@ -78,7 +78,7 @@ async function handleSubmit() { :error-messages="errors.email" /> - + Лимит — 5 попыток в 15 минут. Если не пришло письмо — проверьте спам или попробуйте через 15 минут. @@ -121,6 +121,11 @@ async function handleSubmit() { gap: 20px; } +.a11y-info-darker :deep(.v-alert__content), +.a11y-info-darker :deep(.v-alert__content strong) { + color: #2a5a6e; +} + .forgot-header h1 { font-variation-settings: 'opsz' 26; letter-spacing: -0.018em;