Skip to content
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
2 changes: 1 addition & 1 deletion _includes/buttons-front.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<div class='buttons'>
<a class='button red' href='/all'>→ View all Tools</a>
<a class='button' href='/deprecated/'>⚠ Deprecated Tools</a>
<a class='button orange' href='/deprecated/'>⚠ Deprecated Tools</a>
<a class='button' href='/uploads/download.pdf'>↓ Download as PDF</a>
<a class='button' href='https://github.com/drupaltools/drupaltools.github.io#contributing'>+ Add your Project</a>
</div>
2 changes: 1 addition & 1 deletion _includes/buttons.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
<a class='button red' href='/'>← Back to Popular</a>
<a class='button hide-on-table' href='/all/table/'>→ Display as Table</a>
<a class='button hide-on-grid' href='/all/'>→ Display as Grid</a>
<a class='button' href='/deprecated/'>⚠ Deprecated Tools</a>
<a class='button orange' href='/deprecated/'>⚠ Deprecated Tools</a>
<a class='button' href='https://github.com/drupaltools/drupaltools.github.io#contributing'>+ Add your Project</a>
</div>
14 changes: 9 additions & 5 deletions _sass/_layout.scss
Original file line number Diff line number Diff line change
Expand Up @@ -193,20 +193,24 @@

.button {
display: inline-block;
margin-left: 2px;
margin-right: 2px;
text-decoration: none;
padding: 4px 8px;
background: #ff7a00;
color: #fff !important;
padding: 6px 10px;
background: $site-blue;
border-radius: 3px;
color: #fff;

&:hover,
&:focus {
background: #cc6200;
color: #fff !important;
text-decoration: none;
}
}

.orange {
background: #ff7a00;
}

.red {
background: #d01111;
}
Expand Down
Binary file modified uploads/download.pdf
Binary file not shown.