Browse Source

Fix footer.

pull/9/head
Ned Zimmerman 7 years ago
parent
commit
575f4b1502
No known key found for this signature in database
GPG Key ID: FF56334A013120CA
  1. 17
      resources/assets/styles/layouts/_footer.scss

17
resources/assets/styles/layouts/_footer.scss

@ -19,6 +19,12 @@
a { a {
color: $white; color: $white;
text-decoration: none; text-decoration: none;
border-bottom: solid 1px transparent;
&:hover,
&:focus {
border-bottom: solid 1px $white;
}
} }
.network-footer-block.empty { .network-footer-block.empty {
@ -51,6 +57,12 @@
a { a {
margin: 0 0.5em 0 0; margin: 0 0.5em 0 0;
border-bottom: none;
&:hover,
&:focus {
border-bottom: none;
}
} }
} }
} }
@ -74,7 +86,6 @@
width: 100%; width: 100%;
height: 125px; height: 125px;
background-color: $dark-grey; background-color: $dark-grey;
font-size: em(14);
h1, h1,
li, li,
@ -109,6 +120,7 @@
ul { ul {
display: none; display: none;
margin: 0; margin: 0;
font-size: em(14);
} }
.pressbooks-icon { .pressbooks-icon {
@ -158,7 +170,7 @@
.social-media { .social-media {
a { a {
font-size: 24px; font-size: em(24);
margin: 0 0.5em 0 0; margin: 0 0.5em 0 0;
} }
} }
@ -171,6 +183,7 @@
h1 { h1 {
font-weight: 600; font-weight: 600;
margin-bottom: 11px;
} }
ul { ul {

Loading…
Cancel
Save