You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

35 lines
552 B

5 years ago
@import "../../src/scss/variables.scss";
@import "../../src/scss/mixins.scss";
.component-footer {
5 years ago
//position: absolute;
display: flex;
5 years ago
height: $footer-height;
width: 100%;
5 years ago
bottom: 0;
5 years ago
background: $gray;
color: $white;
5 years ago
.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;
}
}
}
5 years ago
}