mirror of
https://github.com/status-im/consul.git
synced 2025-02-15 07:07:18 +00:00
* Begin refactoring CSS into component folders. Moved most components into layout/skin folders, left out a couple of ones I want to think about more. * Adjust grays based on recent Structure changes * Switch to fullscreen layout for lists and detail, left aligned forms (#4435) * Specifically use the 'actions_close' label, not just the :last-child (actions-group) * Replace some non-var-ed colours in vaults code skin, plus prefixing (black and white)
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;
|
|
}
|