Merge branch 'remove-footer-scss' into 'fix-typography-dark'
Remove footer SCSS See merge request soapbox-pub/soapbox!1902
This commit is contained in:
commit
0cf85305f0
2 changed files with 0 additions and 75 deletions
|
@ -13,7 +13,6 @@
|
|||
@import 'fonts';
|
||||
@import 'reset';
|
||||
@import 'basics';
|
||||
@import 'footer';
|
||||
@import 'accounts';
|
||||
@import 'boost';
|
||||
@import 'loading';
|
||||
|
|
|
@ -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;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Reference in a new issue