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