Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Buttons shape modified #226

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

shivamshahi07
Copy link

Related to #132

Describe the changes you've made

I have added the border-radius property to the "RETAKE TEST", "NEW TEST" and the "BACK TO HOMEPAGE" buttons. i made the style of the border-radius identically like the other buttons so the buttons mentioned above will fit in quite nicely with the overall theme of the app .

Type of change

What sort of change have you made:

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Code style update (formatting, local variables)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • This change requires a documentation update

How Has This Been Tested?

This change was tested by running the app on a live server and comparing the changes with their previous state.

Checklist:

  • My code follows the guidelines of this project.
  • I have performed a self-review of my own code.
  • I have commented my code, particularly wherever it was hard to understand.
  • I have made corresponding changes to the documentation.

Screenshots (Images)

Before the changes After the Changes
RESULT-PAGE-BUTTON MODIFIED-RESULT-PAGE-BUTTON(1)

@netlify
Copy link

netlify bot commented Jun 26, 2023

Deploy Preview for arito ready!

Name Link
🔨 Latest commit 4c4a02f
🔍 Latest deploy log https://app.netlify.com/sites/arito/deploys/64a701e83399580008d23312
😎 Deploy Preview https://deploy-preview-226--arito.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

Copy link

@github-actions github-actions bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Congratulations on your First Pull Request! Wish you best on your open-source journey 😊

css/main.css Outdated
@@ -418,6 +419,7 @@ a.button {
.result_page .results_page_navigation_div .retest_button:active {
background-color: var(--light-pink);
transform: scale(0.8);
border-radius: 12% 88% 11% 89% / 91% 13% 87% 9%;
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You can delete this line of code.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants