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

misc qa fixes #1817 #1811 #1812 #1816 #1860

Merged
merged 3 commits into from
Jun 4, 2018

Conversation

James-Robe
Copy link

@James-Robe James-Robe commented May 29, 2018

#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.

Copy link

@stenington stenington left a 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>

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;}

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;}

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.

@stenington stenington merged commit 0d208c5 into develop Jun 4, 2018
@stenington stenington deleted the qafixes-1816-1812-1811-1817 branch June 4, 2018 15:58
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.

2 participants