subpage footer

This commit is contained in:
JT 2014-07-23 01:40:12 -07:00
parent 4ed377827c
commit be1d23689a
4 changed files with 32 additions and 0 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.4 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 5.7 KiB

View File

@ -118,6 +118,21 @@
#footer{
background-color: @black;
transform: none;
a{
color: white;
}
.footer-hashi{
color: white;
.hashi-logo{
i{
background: url(../images/footer-hashicorp-white-logo.png) 0 0 no-repeat;
.img-retina("../images/footer-hashicorp-white-logo.png", "../images/footer-hashicorp-white-logo@2x.png", 37px, 40px);
}
}
}
}
}

View File

@ -440,6 +440,23 @@ body.page-sub #header .main-links.navbar-nav li + li::before {
background-color: #000000;
transform: none;
}
.page-sub #footer a {
color: white;
}
.page-sub #footer .footer-hashi {
color: white;
}
.page-sub #footer .footer-hashi .hashi-logo i {
background: url(../images/footer-hashicorp-white-logo.png) 0 0 no-repeat;
background-image: url("../images/footer-hashicorp-white-logo.png");
background-size: 37px 40px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
.page-sub #footer .footer-hashi .hashi-logo i {
background-image: url("../images/footer-hashicorp-white-logo@2x.png");
background-size: 37px 40px;
}
}
@media (max-width: 768px) {
#footer .footer-hashi span {
margin-right: 0;