Remove footer SCSS

environments/review-remove-foo-6sh2zj/deployments/1415
Chewbacca 2022-11-16 13:05:12 -05:00
rodzic 2d5c97ce3b
commit 539b207175
2 zmienionych plików z 0 dodań i 75 usunięć

Wyświetl plik

@ -13,7 +13,6 @@
@import 'fonts';
@import 'reset';
@import 'basics';
@import 'footer';
@import 'accounts';
@import 'boost';
@import 'loading';

Wyświetl plik

@ -1,74 +0,0 @@
.public-layout {
.footer {
display: flex;
padding: 40px 0;
font-size: 12px;
justify-content: center;
align-items: center;
margin-top: auto;
color: #fff;
background-color: rgba(0, 0, 0, 0.15);
@media screen and (max-width: 1024px) {
padding: 40px 20px;
}
.footer-container {
display: flex;
width: 1280px;
align-items: center;
padding: 0 20px;
flex-direction: column-reverse;
justify-content: center;
}
h4 {
text-transform: uppercase;
font-weight: 700;
margin-bottom: 8px;
color: var(--primary-text-color--faint);
font-size: 1.6rem;
line-height: 1.5;
a {
color: inherit;
text-decoration: none;
}
}
.copyright {
margin: 0 auto auto;
text-align: center;
span {
font-size: 1.3rem;
font-weight: 500;
line-height: 1.5;
}
}
ul {
display: flex;
flex-wrap: wrap;
margin: 0 auto 20px;
li {
a {
text-decoration: none;
color: $color-5-dark;
font-size: 1.3rem;
font-weight: 500;
line-height: 1.5;
padding: 10px 4px;
margin-left: 10px;
&:hover,
&:active,
&:focus {
text-decoration: underline;
}
}
}
}
}
}