Skip to content
This repository was archived by the owner on Dec 4, 2017. It is now read-only.

Commit 9a338b6

Browse files
author
Jacob Müller
committed
Some more cleanup
1 parent 8a4a800 commit 9a338b6

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

public/_includes/_footer.jade

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,6 @@ else
5252
li <a href="https://angular.cn/">中文版</a>
5353

5454
footer(class="background-midnight")
55-
small.text-caption Powered by Google ©2010-2016. Code licensed under an <a href="/license" class="text-snow">MIT-style License</a>. Documentation licensed under <a class="text-snow" href="http://creativecommons.org/licenses/by/4.0/">CC BY 4.0</a>.
55+
small.text-caption Powered by Google ©2010-2016. Code licensed under an <a href="/license">MIT-style License</a>. Documentation licensed under <a href="http://creativecommons.org/licenses/by/4.0/">CC BY 4.0</a>.
5656
a(aria-label="View Style Guide" href=styleguide title="Style Guide" class="styleguide-trigger")
5757
span.icon-favorite

public/resources/css/module/_footer.scss

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -78,20 +78,20 @@
7878

7979
footer {
8080
text-align: center;
81-
padding: $unit * 2;
82-
position: relative;
81+
padding: ($unit * 2) ($unit * 6);
8382

84-
.styleguide-trigger {
83+
a {
8584
color: $snow;
85+
}
86+
87+
.styleguide-trigger {
8688
text-decoration: none;
87-
margin-right: $unit * 2;
8889
opacity: .24;
8990
float: right;
9091

9192
@include respond-to('mobile') {
9293
display: block;
9394
margin-top: $unit;
94-
margin-right: 0;
9595
font-size: 18px;
9696
float: none;
9797
}

0 commit comments

Comments
 (0)