Skip to content

Commit

Permalink
Fixes: #685
Browse files Browse the repository at this point in the history
  • Loading branch information
willsputra committed Apr 2, 2018
1 parent 8eba434 commit 159bd79
Show file tree
Hide file tree
Showing 6 changed files with 16 additions and 20 deletions.
14 changes: 6 additions & 8 deletions app/assets/v2/css/base.css
Original file line number Diff line number Diff line change
Expand Up @@ -1132,20 +1132,18 @@ input.is-invalid {
}

#alpha{
color: #a78600;
color: #000000;
background-color: #ffce05;
border-radius: 4px;
text-transform: uppercase;;
font-size: 14px;
padding: 5px 7px;
padding: 4px 7px;
font-weight: 100;
margin: 5px;
font-family: 'Muli', sans-serif;
letter-spacing: 0.15em;
margin-left: 5px;
vertical-align: top;
}
#alpha.small{
font-size: 8px;
padding: 3px 5px;
margin: 2px;
display: inline-block;
}
@media (max-width: 1350px) {
.profile_details .tips li div.details,
Expand Down
14 changes: 6 additions & 8 deletions app/assets/yge/css/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -10,20 +10,18 @@ body {
width: 100%;
}
#alpha{
color: #a78600;
color: #000000;
background-color: #ffce05;
border-radius: 4px;
text-transform: uppercase;;
font-size: 14px;
padding: 5px 7px;
padding: 4px 7px;
font-weight: 100;
margin: 5px;
font-family: 'Muli', sans-serif;
letter-spacing: 0.15em;
margin-left: 5px;
vertical-align: top;
}
#alpha.small{
font-size: 8px;
padding: 3px 5px;
margin: 2px;
display: inline-block;
}
#yge.receive,
#yge.send {
Expand Down
2 changes: 1 addition & 1 deletion app/dashboard/templates/profile_details.html
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<div id="hero" class="pt-4">
<img class="avatar" src="{{profile.local_avatar_url}}">
<h2 class="mt-3">
Profile: {{profile.handle}} <span id="alpha" class="small">Alpha</span>
Profile: {{profile.handle}} <span id="alpha">Alpha</span>
</h2>
{% if profile.data.bio %}
<p>
Expand Down
2 changes: 1 addition & 1 deletion app/faucet/templates/faucet_form.html
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
{% include 'shared/faucet_unlock_metamask.html' %}
<div id="faucet_form">
<div class="faucet-form" id="primary_form">
<h3>Faucet Request <span id="alpha" class="small">Alpha</span></h3>
<h3>Faucet Request <span id="alpha">Alpha</span></h3>
<p class="hidden-mobile">Pursuant to making ethereum and Gitcoin broadly accessible to everyone
Gitcoin may provide a minimal faucet distribution of ether so you may easily
claim issues and gain more ether.</p>
Expand Down
2 changes: 1 addition & 1 deletion app/retail/templates/gas.html
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
</a>
</span>
</header>
<h1> Predicted Confirmation Times vs Gas Usage <span id="alpha" class="small">Alpha</span> </h1>
<h1> Predicted Confirmation Times vs Gas Usage <span id="alpha">Alpha</span> </h1>

<script src="https://d3js.org/d3.v4.min.js"></script>
<script>
Expand Down
2 changes: 1 addition & 1 deletion app/retail/templates/leaderboard.html
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ <h2 style="color:#86eec4" > ${{podium_item.amount}} </h2>
</div>
<div class="row mt-0 ml-1 pt-1 pl-1" style="height: 4em; padding: 0.5em;">
<div class="col-10" style="padding-top: 0.5em;">
<h3>{{title}} <span id="alpha" class="small">Alpha</span></h3>
<h3>{{title}} <span id="alpha">Alpha</span></h3>
</div>
<div class="col-2 select">
<div class="form-group">
Expand Down

0 comments on commit 159bd79

Please sign in to comment.