Skip to content

Commit

Permalink
Merge pull request #195 from bumi/design/151-lowercase-typo
Browse files Browse the repository at this point in the history
Remove all-caps default in /tip (yge)
  • Loading branch information
owocki authored Jan 2, 2018
2 parents 5238b82 + 5026a84 commit 797568b
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 3 deletions.
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
<br>
<select id="batches" style="background:transparent; display: none; margin-bottom: 20px; margin-top: -20px" >
<option value="1">1 receipient</option>
Expand Down

0 comments on commit 797568b

Please sign in to comment.