Some more cleanup
This commit is contained in:
parent
8a4a80033e
commit
9a338b659e
|
@ -52,6 +52,6 @@ else
|
||||||
li <a href="https://angular.cn/">中文版</a>
|
li <a href="https://angular.cn/">中文版</a>
|
||||||
|
|
||||||
footer(class="background-midnight")
|
footer(class="background-midnight")
|
||||||
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>.
|
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>.
|
||||||
a(aria-label="View Style Guide" href=styleguide title="Style Guide" class="styleguide-trigger")
|
a(aria-label="View Style Guide" href=styleguide title="Style Guide" class="styleguide-trigger")
|
||||||
span.icon-favorite
|
span.icon-favorite
|
||||||
|
|
|
@ -78,20 +78,20 @@
|
||||||
|
|
||||||
footer {
|
footer {
|
||||||
text-align: center;
|
text-align: center;
|
||||||
padding: $unit * 2;
|
padding: ($unit * 2) ($unit * 6);
|
||||||
position: relative;
|
|
||||||
|
a {
|
||||||
|
color: $snow;
|
||||||
|
}
|
||||||
|
|
||||||
.styleguide-trigger {
|
.styleguide-trigger {
|
||||||
color: $snow;
|
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
margin-right: $unit * 2;
|
|
||||||
opacity: .24;
|
opacity: .24;
|
||||||
float: right;
|
float: right;
|
||||||
|
|
||||||
@include respond-to('mobile') {
|
@include respond-to('mobile') {
|
||||||
display: block;
|
display: block;
|
||||||
margin-top: $unit;
|
margin-top: $unit;
|
||||||
margin-right: 0;
|
|
||||||
font-size: 18px;
|
font-size: 18px;
|
||||||
float: none;
|
float: none;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue