Skip to content

Commit

Permalink
Update design of success page
Browse files Browse the repository at this point in the history
  • Loading branch information
gaspergrom committed Oct 9, 2024
1 parent 1308129 commit 3a7767e
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -25,13 +25,20 @@
</div>
</div>
</section>
<section>
<h4 class="text-center pb-6">
<section class="flex flex-col items-center">
<h4 class="text-center pb-10">
LFX CM successfully installed
</h4>
<p class="text-medium">
You have successfully connected LFX CM app with your GitHub repository.
<p class="text-medium text-center pb-10 max-w-148">
To finalize the process of connecting this GitHub organization to LFX Community Management,
each repository must be mapped to its corresponding sub-project.
</p>
<div class="bg-primary-50 border border-primary-100 flex items-center px-3 py-1.5 rounded-md">
<lf-icon name="information-line" :size="20" class="text-primary-800" />
<p class="ml-2 text-small text-primary-800">
You must have a LF account and permissions to access Community Management in order to complete this final step.
</p>
</div>
</section>
</div>
</template>
Expand Down
3 changes: 2 additions & 1 deletion frontend/tailwind.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,8 @@ const spacing = {
88: '22rem',
96: '24rem',
100: '25rem',
120: '30rem'
120: '30rem',
148: '37rem'
}

module.exports = {
Expand Down

0 comments on commit 3a7767e

Please sign in to comment.