mirror of https://github.com/hashicorp/consul
25 lines
372 B
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;
|
|
}
|