ui issues fixed

VAN-624 & 629
This commit is contained in:
adeelehsan
2021-06-23 23:05:51 +05:00
committed by Waheed Ahmed
parent e15e0e1428
commit 4c8596e60c
2 changed files with 12 additions and 3 deletions

View File

@@ -81,6 +81,8 @@ $accent-a-light: #c9f2f5;
.form-control {
background-color: white !important;
font-size: 0.875rem;
line-height: 1.5;
}
.btn-social {
@@ -659,3 +661,10 @@ select.form-control {
.icon-size {
width: 2.3rem;
}
.has-floating-label {
color: $gray-500;
}
.pgn__form-control-floating-label .pgn__form-control-floating-label-content {
font-size: 0.875rem;
line-height: 1.5;
}

View File

@@ -1,7 +1,7 @@
import React from 'react';
import { FormattedMessage, injectIntl, intlShape } from '@edx/frontend-platform/i18n';
import { Alert } from '@edx/paragon';
import { Alert, Hyperlink } from '@edx/paragon';
import { Error } from '@edx/paragon/icons';
import PropTypes from 'prop-types';
@@ -73,9 +73,9 @@ const LoginFailureMessage = (props) => {
break;
case FAILED_LOGIN_ATTEMPT: {
resetLink = (
<a href="/reset">
<Hyperlink destination="/reset" isInline>
{intl.formatMessage(messages['login.incorrect.credentials.error.before.account.blocked.text'])}
</a>
</Hyperlink>
);
errorList = (
<>