-
Notifications
You must be signed in to change notification settings - Fork 0
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
misc qa fixes #1817 #1811 #1812 #1816 #1860
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
A couple minor things to address.
@@ -14,8 +14,8 @@ <h2>Congratulations!</h2> | |||
to share with the community. | |||
</p> | |||
<div class="button-wrapper"> | |||
<a href="{% url "challenges:examples" challenge_id=challenge.id %}" class="btn btn-primary">Go to the Inspiration Gallery</a> | |||
<a href="{% url 'profiles:home' %}" class="btn btn-primary">Return to Dashboard</a> | |||
<a href="{% url "challenges:examples" challenge_id=challenge.id %}" class="btn btn-primary congratulations-button">Go to the Inspiration Gallery</a> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I don't see this class being used for anything. Is it necessary?
.btn-link { | ||
color: #fff; | ||
} | ||
label {display: none;} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Expand this out to 3 lines:
label {
display: none;
}
p { | ||
margin: 20px 0; | ||
} | ||
a { color: #fff;} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Expand this out to three lines as well.
#1817 The pink of 'test' is being replaced with the orange of 'build.'
#1811 Build Test Redesign is now all orange.
#1812 Feedback quizzes are now grey.
#1816 Feedback results are now grey. The buttons on congratulations now have margins on the bottom for narrow views.