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

Remove all-caps default in /tip (yge) #195

Merged
merged 2 commits into from
Jan 2, 2018
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion app/assets/yge/css/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,6 @@ body {
font-weight: 300;
line-height: 2;
letter-spacing: 0.2em;
text-transform: uppercase;
}

@media screen and (max-width: 1680px) {
Expand Down
1 change: 0 additions & 1 deletion app/assets/yge/sass/base/_typography.scss
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@
font-weight: _font(weight);
line-height: 2;
letter-spacing: _size(letter-spacing);
text-transform: uppercase;

@include breakpoint(xlarge) {
font-size: 11pt;
Expand Down
1 change: 1 addition & 0 deletions app/dashboard/templates/yge/base.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<!--[if lte IE 8]><script src="/static/yge/js/html5shiv.js"></script><![endif]-->
<link rel="stylesheet" href="/static/v2/css/gitcoin.css" />
<link rel="stylesheet" href="/static/yge/css/main.css" />
<link rel="stylesheet" href="/static/v2/css/rain.css" />
<link rel="stylesheet" href="/static/v2/css/jquery.select2.min.css" />
Expand Down
2 changes: 1 addition & 1 deletion app/dashboard/templates/yge/send1.html
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
</span>
<h1>Send Tip ⚡</h1>
<h3>It's Fast. It's Easy. It's Free.️</h3>
<h4>(Supports any github username or email address)</h4>
<p>(Supports any github username or email address)</p
Copy link
Contributor Author

Choose a reason for hiding this comment

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

oh nooo... I commited broken HTML.
As this PR is already merged, this is fixed in: a6a4c7d#diff-88a1050efecc8245bddec63cb35b9412R24

BUT as that other PR is kinda big, shall I do a quick PR to fix only this error, that we easily can merge?

Copy link
Contributor

Choose a reason for hiding this comment

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

npnp ill fix it directly on master

<br>
<select id="batches" style="background:transparent; display: none; margin-bottom: 20px; margin-top: -20px" >
<option value="1">1 receipient</option>
Expand Down