Improved back button

This commit is contained in:
VakarisZ 2020-10-01 15:09:10 +03:00
parent 841f542c6b
commit d3f0dc2a75
2 changed files with 2 additions and 2 deletions

View File

@ -7,7 +7,7 @@ import {faCaretLeft} from '@fortawesome/free-solid-svg-icons/faCaretLeft';
export default function backButton(props) {
return (
<Row>
<Col>
<Col lg={3} md={4} sm={4} xs={12}>
<Button variant={'outline-dark'} onClick={props.onClick} className={'back-button'}>
<FontAwesomeIcon icon={faCaretLeft} />
<h1>Back</h1>

View File

@ -1,6 +1,6 @@
.inline-selection-component .back-button {
width: 100%;
text-align: left;
text-align: center;
}
.inline-selection-component .back-button h1{