github.com/outbrain/consul@v1.4.5/ui-v2/app/styles/components/product/footer.scss (about) 1 %footer > a:first-child { 2 @extend %with-hashicorp; 3 } 4 %footer { 5 border-top: $decor-border-100; 6 } 7 %footer { 8 border-color: $ui-gray-200; 9 background-color: $ui-white; 10 } 11 %footer > * { 12 color: $ui-gray-400; 13 } 14 %footer { 15 display: flex; 16 justify-content: center; 17 position: relative; 18 z-index: 1; 19 } 20 %footer > * { 21 display: block; 22 } 23 @media #{$--tall-footer} { 24 %footer { 25 padding-top: 12px; 26 padding-bottom: 12px; 27 } 28 } 29 @media #{$--wide-footer} { 30 %footer { 31 padding-left: 12px; 32 padding-right: 12px; 33 } 34 %footer > * { 35 padding: 11px; 36 } 37 } 38 @media #{$--lt-wide-footer} { 39 %footer > :first-child { 40 padding: 5px; 41 margin-left: 20px; 42 } 43 %footer > :not(:first-child) { 44 display: none; 45 } 46 }