consul/ui-v2/app/styles/components/product/footer.scss

25 lines
372 B
SCSS

%footer > a:first-child {
@extend %with-hashicorp;
}
%footer {
border-top: $decor-border-100;
}
%footer {
border-color: $keyline-mid;
background-color: $ui-white;
}
%footer > * {
color: $ui-gray-400;
}
%footer {
display: flex;
justify-content: center;
position: relative;
z-index: 1;
padding: 25px;
}
%footer > * {
display: block;
padding: 11px;
}