github.com/ns1/terraform@v0.7.10-0.20161109153551-8949419bef40/website/source/assets/stylesheets/_footer.scss (about) 1 body.page-sub{ 2 #footer{ 3 padding: 40px 0; 4 margin-top: 0; 5 6 .hashicorp-project{ 7 margin-top: 24px; 8 &:hover{ 9 svg{ 10 .svg-bg-line{ 11 opacity: .4; 12 } 13 } 14 } 15 } 16 } 17 } 18 19 #footer{ 20 background-color: white; 21 padding: 150px 0 80px; 22 margin-top: -40px; 23 24 &.white{ 25 background-color: $black; 26 .footer-links{ 27 li > a { 28 @include project-footer-a-subpage-style(); 29 } 30 } 31 } 32 33 .footer-links{ 34 li > a { 35 @include project-footer-a-style(); 36 } 37 } 38 39 .hashicorp-project{ 40 margin-top: 24px; 41 } 42 43 .pull-right{ 44 padding-right: 15px; 45 } 46 } 47 48 .edit-page-link{ 49 position: absolute; 50 top: -70px; 51 right: 30px; 52 z-index: 9999; 53 54 a{ 55 text-transform: uppercase; 56 color: $black; 57 font-size: 13px; 58 } 59 } 60 61 @media (max-width: 992px) { 62 .footer-links { 63 display: block; 64 text-align: center; 65 66 ul{ 67 display: inline-block;; 68 float: none !important; 69 } 70 71 .footer-hashi{ 72 display: block; 73 float: none !important; 74 } 75 } 76 } 77 78 @media (max-width: 414px) { 79 #footer{ 80 ul{ 81 display: block; 82 li{ 83 display: block; 84 float: none; 85 } 86 87 &.external-links{ 88 li{ 89 svg{ 90 position: relative; 91 left: 0; 92 top: 2px; 93 margin-top: 0; 94 margin-right: 4px; 95 } 96 } 97 } 98 } 99 } 100 }