AMPERION_Webpage/assets/scss/templates/_footer.scss

43 lines
644 B
SCSS
Raw Normal View History

2025-06-06 18:12:46 +02:00
.footer {
2025-08-11 18:55:52 +02:00
background: #f3f3f3;
2025-06-06 18:12:46 +02:00
min-height: 205px;
text-align: center;
padding-top: 67px;
p {
font-size: 13px;
line-height: 25px;
color: lighten( $black, 56.86274509803921 );
}
a {
color: lighten( $black, 34.9 );
}
.footer-menu {
padding-bottom: 25px;
ul {
margin: 0px;
padding: 0px;
li {
display: inline-block;
padding: 0px 20px;
a {
display: inline-block;
color: lighten( $black, 28.6 );
&:hover {
color: $black;
}
}
}
}
}
.copyright {
a {
font-weight: 600;
}
}
}