mirror of
https://github.com/fleetdm/fleet
synced 2026-05-24 09:28:54 +00:00
10 lines
208 B
SCSS
10 lines
208 B
SCSS
.footer {
|
|
@include align-items(center);
|
|
background-color: $footer-bg;
|
|
height: $footer-height;
|
|
text-align: center;
|
|
padding-top: 15px;
|
|
box-sizing: border-box;
|
|
width: 100%;
|
|
position: relative;
|
|
}
|