This repository was archived by the owner on Oct 10, 2018. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +16
-15
lines changed Expand file tree Collapse file tree 3 files changed +16
-15
lines changed Original file line number Diff line number Diff line change @@ -261,18 +261,19 @@ a {
261
261
& :active {
262
262
box-shadow :none ;
263
263
}
264
- }
265
264
266
- .btn- outline {
267
- background : none ;
268
- border-radius : 4px ;
269
- font-size : 0.8em ;
270
- color :darken ($accent , 5% );
271
- transition :none ;
265
+ & . outline {
266
+ background : none ;
267
+ border-radius : 4px ;
268
+ font-size : 0.8em ;
269
+ color :darken ($accent , 5% );
270
+ transition :none ;
272
271
273
- & :hover {
274
- border :2px solid darken ($accent , 5% );
275
- color :darken ($accent , 10% );
276
- background :none ;
272
+ & :hover {
273
+ border :2px solid darken ($accent , 5% );
274
+ color :darken ($accent , 10% );
275
+ background :none ;
276
+ }
277
277
}
278
278
}
279
+
Original file line number Diff line number Diff line change 42
42
</ nav >
43
43
{% if site.info.tagline or site.info.product_url %}< nav class ="tagline ">
44
44
{% if site.info.tagline %}< span > {{ site.info.tagline }}</ span > {% endif %}
45
- {% if site.info.product_link %}< a href ="{{ site.info.product_link }} " class ="btn btn- outline "> Learn More</ a > {% endif %}
45
+ {% if site.info.product_link %}< a href ="{{ site.info.product_link }} " class ="btn outline "> Learn More</ a > {% endif %}
46
46
</ nav > {% endif %}
47
47
</ header >
48
48
</ section >
Original file line number Diff line number Diff line change @@ -33,13 +33,13 @@ <h2 class="title"><a href="{{ post.url }}" rel="prefetch">{{ post.title }}</a></
33
33
< section class ="pagination " style ="text-align:center ">
34
34
{% if paginator.previous_page %}
35
35
{% if paginator.previous_page == 1 %}
36
- < a href ="/ " class ="btn btn- outline "> ‹ Newer</ a >
36
+ < a href ="/ " class ="btn outline "> ‹ Newer</ a >
37
37
{% else %}
38
- < a href ="/page{{ paginator.previous_page }} " class ="btn btn- outline "> ‹ Newer</ a >
38
+ < a href ="/page{{ paginator.previous_page }} " class ="btn outline "> ‹ Newer</ a >
39
39
{% endif %}
40
40
{% endif %}
41
41
{% if paginator.next_page %}
42
- < a href ="/page{{ paginator.next_page }} " class ="btn btn- outline "> Older ›</ a >
42
+ < a href ="/page{{ paginator.next_page }} " class ="btn outline "> Older ›</ a >
43
43
{% endif %}
44
44
</ section >
45
45
</ article >
You can’t perform that action at this time.
0 commit comments