0x221e/assets/sass/components/_footer.scss

24 lines
371 B
SCSS

@import "../utils/variables";
.footer {
padding: 15px;
text-align: center;
background-color: $backgroundDarker;
max-height: 1em;
}
.footerText {
display: flex;
margin: 0 auto;
justify-content: space-between;
max-width: $width;
overflow: hidden;
text-overflow: clip;
font-size: 0.9em;
vertical-align: middle;
}
.footerLink {
color: $white;
}