Skip to content

Commit

Permalink
Merge pull request #1367 from ajay-beehyv/HLM-1099
Browse files Browse the repository at this point in the history
HLM-1099 | create schema page UI fixes
  • Loading branch information
prasanna-egov committed Dec 12, 2022
2 parents a82bc21 + 4b50077 commit 7909e14
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tenant-portal/src/components/CreateSchema/CreateSchema.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ return (
<Row className="justify-content-between px-5" >
<Col md={5} >
<Stack gap={4}>
<Row className={styles["title"]}>{t('createSchema.title')}</Row>
<Row className={`${styles["title"]} gx-0`}>{t('createSchema.title')}</Row>
<Row className="gx-0">{t('createSchema.text')}</Row>
<Col>{t('createSchema.view')} <Link to={''} className="text-decoration-none">{t('createSchema.trainingMaterial')}</Link> {t('createSchema.or')} <Link to={''} class="text-decoration-none">{t('createSchema.videosLink')}</Link></Col>
<Row xs={1} sm={2} className="pt-4">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,10 @@
border: none;
display: flex;
height: 100%;
border: 1px solid transparent;
}

.card:hover{
border: 1px solid transparent;
border-radius: 4%;
background:
linear-gradient(to right, white, white),
Expand Down

0 comments on commit 7909e14

Please sign in to comment.