@import "../../src/scss/variables.scss"; @import "../../src/scss/mixins.scss"; .component-footer { //position: absolute; display: flex; height: $footer-height; width: 100%; bottom: 0; background: $gray; color: $white; .menu { display: flex; height: 100%; width: 100%; list-style: none; margin: 0; padding: 0; .item { display: flex; color: $white; margin: auto 20px auto 0; font-size: $font-12; letter-spacing: 2px; .label { color: $white; } } } }