File tree Expand file tree Collapse file tree 4 files changed +11
-7
lines changed
Expand file tree Collapse file tree 4 files changed +11
-7
lines changed Original file line number Diff line number Diff line change 11< div class ='buttons '>
22 < a class ='button red ' href ='/all '> → View all Tools</ a >
3- < a class ='button ' href ='/deprecated/ '> ⚠ Deprecated Tools</ a >
3+ < a class ='button orange ' href ='/deprecated/ '> ⚠ Deprecated Tools</ a >
44 < a class ='button ' href ='/uploads/download.pdf '> ↓ Download as PDF</ a >
55 < a class ='button ' href ='https://github.com/drupaltools/drupaltools.github.io#contributing '> + Add your Project</ a >
66</ div >
Original file line number Diff line number Diff line change 22 < a class ='button red ' href ='/ '> ← Back to Popular</ a >
33 < a class ='button hide-on-table ' href ='/all/table/ '> → Display as Table</ a >
44 < a class ='button hide-on-grid ' href ='/all/ '> → Display as Grid</ a >
5- < a class ='button ' href ='/deprecated/ '> ⚠ Deprecated Tools</ a >
5+ < a class ='button orange ' href ='/deprecated/ '> ⚠ Deprecated Tools</ a >
66 < a class ='button ' href ='https://github.com/drupaltools/drupaltools.github.io#contributing '> + Add your Project</ a >
77</ div >
Original file line number Diff line number Diff line change 193193
194194.button {
195195 display : inline-block ;
196+ margin-left : 2px ;
197+ margin-right : 2px ;
196198 text-decoration : none ;
197- padding : 4px 8px ;
198- background : #ff7a00 ;
199- color : #fff !important ;
199+ padding : 6px 10px ;
200+ background : $site-blue ;
200201 border-radius : 3px ;
202+ color : #fff ;
201203
202204 & :hover ,
203205 & :focus {
204- background : #cc6200 ;
205- color : #fff !important ;
206206 text-decoration : none ;
207207 }
208208}
209209
210+ .orange {
211+ background : #ff7a00 ;
212+ }
213+
210214.red {
211215 background : #d01111 ;
212216}
You can’t perform that action at this time.
0 commit comments