mirror of https://github.com/hashicorp/consul
Adds a border to the top of the footer for visual spacing
parent
ab097190a7
commit
ae307ba7a2
|
@ -2,6 +2,7 @@
|
|||
padding: 25px 0 17px 0;
|
||||
flex-shrink: 0;
|
||||
display: flex;
|
||||
border-top: 1px solid var(--gray-6);
|
||||
|
||||
& .g-container {
|
||||
display: flex;
|
||||
|
|
Loading…
Reference in New Issue