mirror of
https://github.com/bigchaindb/site.git
synced 2025-02-14 21:10:28 +01:00
footer tweaks
This commit is contained in:
parent
4329fcbf2f
commit
6f5de0484f
@ -2,17 +2,15 @@
|
|||||||
.footer {
|
.footer {
|
||||||
padding-top: $spacer;
|
padding-top: $spacer;
|
||||||
padding-bottom: $spacer;
|
padding-bottom: $spacer;
|
||||||
border-top: 1px solid $gray-darker;
|
border-top: 1px solid $gray;
|
||||||
color: $gray-light;
|
color: $gray-light;
|
||||||
}
|
}
|
||||||
|
|
||||||
.footer__copyright {
|
.footer__copyright {
|
||||||
|
text-align: center;
|
||||||
|
|
||||||
&,
|
&,
|
||||||
small {
|
small {
|
||||||
@extend .mini;
|
@extend .mini;
|
||||||
}
|
}
|
||||||
|
|
||||||
@media ($screen-md) {
|
|
||||||
text-align: right;
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
@ -105,11 +105,14 @@
|
|||||||
.menu__logo {
|
.menu__logo {
|
||||||
margin-bottom: $spacer;
|
margin-bottom: $spacer;
|
||||||
|
|
||||||
@media ($screen-md) { margin-bottom: 0 }
|
&:hover,
|
||||||
|
&:focus {
|
||||||
|
.logo { fill: $brand-primary }
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.logo {
|
.logo {
|
||||||
fill: $gray;
|
fill: $gray-light;
|
||||||
opacity: 1;
|
opacity: 1;
|
||||||
height: 9px;
|
height: 9px;
|
||||||
}
|
}
|
||||||
@ -117,11 +120,11 @@
|
|||||||
.menu__link {
|
.menu__link {
|
||||||
@extend .mini;
|
@extend .mini;
|
||||||
padding: ($spacer/2);
|
padding: ($spacer/2);
|
||||||
color: $gray;
|
color: $gray-light;
|
||||||
|
|
||||||
// link line
|
// link line
|
||||||
&:after {
|
&:after {
|
||||||
background: $link-color;
|
background: $brand-primary;
|
||||||
}
|
}
|
||||||
|
|
||||||
&:first-child { padding-left: 0; }
|
&:first-child { padding-left: 0; }
|
||||||
@ -129,6 +132,6 @@
|
|||||||
|
|
||||||
&:hover,
|
&:hover,
|
||||||
&:focus,
|
&:focus,
|
||||||
&.active { color: $link-color; }
|
&.active { color: $brand-primary; }
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -1,12 +1,7 @@
|
|||||||
<nav class="menu menu--footer">
|
<nav class="menu menu--footer">
|
||||||
|
|
||||||
<div class="grid grid--full grid-medium--half">
|
<div class="grid grid--full grid-medium--half">
|
||||||
<div class="grid__col">
|
<div class="grid__col">
|
||||||
<a class="menu__logo" href="/">
|
|
||||||
<svg class="logo logo--sm" aria-labelledby="title">
|
|
||||||
<title>Logo</title>
|
|
||||||
<use xlink:href="/assets/img/sprite.svg#logo"></use>
|
|
||||||
</svg>
|
|
||||||
</a>
|
|
||||||
{% for link in site.data.menus.main %}
|
{% for link in site.data.menus.main %}
|
||||||
|
|
||||||
{% assign active = nil %}
|
{% assign active = nil %}
|
||||||
@ -18,6 +13,7 @@
|
|||||||
|
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="grid__col">
|
<div class="grid__col">
|
||||||
{% for link in site.data.menus.footer %}
|
{% for link in site.data.menus.footer %}
|
||||||
|
|
||||||
@ -31,4 +27,5 @@
|
|||||||
{% endfor %}
|
{% endfor %}
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
</nav>
|
</nav>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user