feat(aio): footer styling

This commit is contained in:
Stefanie Fluin
2017-03-23 01:02:55 -07:00
committed by Pete Bacon Darwin
parent acf57def13
commit 45983301d5
7 changed files with 5 additions and 7 deletions

View File

@ -1,8 +1,8 @@
footer .footer {
width: 100%;
padding: 20px;
z-index: 10;
background-color: $blue;
background-image: url('../src//assets/images/backgrounds/ng-pattern-sm.png');
background-repeat: repeat;
color: $offwhite;
text-align: center;
font-weight: 300;

View File

@ -163,10 +163,6 @@
@include rotate(0deg);
}
.version-info {
border: 3px $blue solid;
}
.promo-img-container img {
max-width: 90%;
@include bp(small) {