-
-
Notifications
You must be signed in to change notification settings - Fork 775
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
Update top banners in different bounty flow pages #1365
Update top banners in different bounty flow pages #1365
Conversation
Codecov Report
@@ Coverage Diff @@
## master #1365 +/- ##
==========================================
- Coverage 30.64% 30.29% -0.36%
==========================================
Files 124 125 +1
Lines 8790 9025 +235
Branches 1141 1158 +17
==========================================
+ Hits 2694 2734 +40
- Misses 5988 6182 +194
- Partials 108 109 +1
Continue to review full report at Codecov.
|
- {% trans "or" %} - | ||
<br> | ||
<a class="button button--primary mt-3 pulseClick" role="button" id="submit" href="{% url 'faucet' %}" target="_blank" rel="noopener noreferrer">{% trans "View Faucet" %}</a> | ||
<br><br> |
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.
wanna swap this out by padding mb-2
to <a>
?
<div class="row no-gutters"> | ||
<div class="col-sm-12 col-lg-3"> | ||
<div class="row no-gutters metamask-banner"> | ||
<div class="col-sm-12 col-lg-2"> |
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.
❤️
</p> | ||
</div> | ||
<div class="col-lg-2 col-sm-12"> | ||
<img src="{% static "v2/images/Box.svg" %}"> |
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.
rename to box.svg
cause I guess that's what we've been doing soo far in this repo
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.
Well, there are mixed namings, so I didn't refactor. If you want, I will.
app/assets/v2/images/Box.svg
Outdated
<?xml version="1.0" encoding="UTF-8"?> | ||
<svg width="97px" height="92px" viewBox="0 0 97 92" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"> | ||
<!-- Generator: Sketch 49 (51002) - http://www.bohemiancoding.com/sketch --> | ||
<title>Metamask Copy 3</title> |
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.
We'll want to squash this with svgo.
app/assets/v2/images/Refund.svg
Outdated
<?xml version="1.0" encoding="UTF-8"?> | ||
<svg width="97px" height="92px" viewBox="0 0 97 92" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"> | ||
<!-- Generator: Sketch 49 (51002) - http://www.bohemiancoding.com/sketch --> | ||
<title>Metamask Copy 4</title> |
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.
And this one - 💃
@mbeacom renamed files and compressed them |
…into fix/banner-text-alignment
didnt test but LGTM . |
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.
LGTM :D
Description
Checklist
Affected core subsystem(s)
Testing
Refers/Fixes