Skip to content
This repository has been archived by the owner on Feb 17, 2021. It is now read-only.

Commit

Permalink
Bigger Twitter button
Browse files Browse the repository at this point in the history
  • Loading branch information
Sumeet Adur committed Dec 10, 2015
1 parent b59c0d2 commit 16fc54a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 21 deletions.
5 changes: 3 additions & 2 deletions client/definition-page.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,9 @@
{{/if}}
</div>
</div>
<div class="twitter">
<a href="https://twitter.com/intent/tweet?text=Corporate%20language%20crime%20no.%20{{wordid}}%3A%20{{word}}%20ft.com%2Fguff" target="_blank"><i class="tweet-icon"></i>Tweet</a> </div>
<div class="twitter btnHolder">
<a href="https://twitter.com/intent/tweet?text=Corporate%20language%20crime%20no.%20{{wordid}}%3A%20{{word}}%20ft.com%2Fguff" target="_blank" class="o-buttons o-buttons--standout"><i class="tweet-icon"></i>Tweet</a>
</div>
<div class="navigate-guff">
{{#if previousWord}}
<a href="{{previousWord.slug}}/" class="previous-guff">&laquo; Previous<br><span class="preview">{{previousWord.word}}</span></a>
Expand Down
19 changes: 0 additions & 19 deletions client/styles/main.scss
Original file line number Diff line number Diff line change
Expand Up @@ -271,25 +271,6 @@ main {
right: 0;
}
}
.twitter {
a {
display: block;
margin: 0 auto;
width: 250px;
border-radius: 8px;
background: #ddd;
background: linear-gradient(to bottom,#bb6d82,#af516c);
border: 1px solid #ccc;
color: #ffffff!important;
font-size: 16px;
font-weight: 700;
text-align: center;
padding-top: 8px;
padding-bottom: 8px;
cursor: pointer;
text-decoration: none;
}
}
.navigate-guff {
&:after {
clear: both;
Expand Down

0 comments on commit 16fc54a

Please sign in to comment.