%footer > a:first-child {
@extend %with-hashicorp;
}
%footer {
border-top: $decor-border-100;
border-color: $ui-gray-200;
background-color: $ui-white;
%footer > * {
color: $ui-gray-400;
display: flex;
justify-content: center;
position: relative;
z-index: 1;
display: block;
@media #{$--tall-footer} {
padding-top: 25px;
padding-bottom: 25px;
@media #{$--wide-footer} {
padding-left: 25px;
padding-right: 25px;
padding: 11px;
@media #{$--lt-wide-footer} {
%footer > :first-child {
padding: 5px;
margin-left: 20px;
%footer > :not(:first-child) {
display: none;