fix(donate): update font to Lato on paragraphs
This commit is contained in:
committed by
Mrugesh Mohapatra
parent
1da1f7d0be
commit
a5969ac0e5
@ -153,3 +153,9 @@ li.disabled > a {
|
|||||||
border: 2px solid var(--gray-15) !important;
|
border: 2px solid var(--gray-15) !important;
|
||||||
color: var(--gray-15) !important;
|
color: var(--gray-15) !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.donate-text p,
|
||||||
|
.donation-description,
|
||||||
|
[name='payment-method'] {
|
||||||
|
font-family: 'Lato', sans-serif;
|
||||||
|
}
|
||||||
|
@ -184,7 +184,7 @@ class DonateForm extends Component {
|
|||||||
{this.renderAmountButtons(duration)}
|
{this.renderAmountButtons(duration)}
|
||||||
</ToggleButtonGroup>
|
</ToggleButtonGroup>
|
||||||
<Spacer />
|
<Spacer />
|
||||||
<p>
|
<p className='donation-description'>
|
||||||
{`Your `}
|
{`Your `}
|
||||||
{this.getFormatedAmountLabel(donationAmount)}
|
{this.getFormatedAmountLabel(donationAmount)}
|
||||||
{` donation will provide `}
|
{` donation will provide `}
|
||||||
|
@ -3,7 +3,7 @@ import { Row, Col } from '@freecodecamp/react-bootstrap';
|
|||||||
|
|
||||||
const DonateText = () => {
|
const DonateText = () => {
|
||||||
return (
|
return (
|
||||||
<Row>
|
<Row className='donate-text'>
|
||||||
<Col sm={10} smOffset={1} xs={12}>
|
<Col sm={10} smOffset={1} xs={12}>
|
||||||
<p>freeCodeCamp is a highly efficient education nonprofit.</p>
|
<p>freeCodeCamp is a highly efficient education nonprofit.</p>
|
||||||
<p>
|
<p>
|
||||||
|
Reference in New Issue
Block a user