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.
34 lines
552 B
34 lines
552 B
@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;
|
|
}
|
|
}
|
|
}
|
|
|
|
}
|