Scoped footer under LP-Footer.
This commit is contained in:
199
public/main.css
199
public/main.css
@@ -1240,156 +1240,137 @@ body {
|
||||
.LP-LinkAdd__Trigger:checked ~ .LP-LinkAdd {
|
||||
display: block; }
|
||||
|
||||
* {
|
||||
box-sizing: border-box; }
|
||||
|
||||
ul {
|
||||
list-style: none; }
|
||||
|
||||
a {
|
||||
text-decoration: none; }
|
||||
|
||||
.generic-anchor {
|
||||
color: #D7CEC7; }
|
||||
.generic-anchor:hover {
|
||||
color: #f9f9f9; }
|
||||
|
||||
.flex-rw {
|
||||
display: flex;
|
||||
flex-flow: row wrap; }
|
||||
|
||||
footer {
|
||||
.LP-Footer {
|
||||
margin: auto;
|
||||
background: #565656;
|
||||
width: 100%;
|
||||
font-family: "Montserrat", Helvetica, sans-serif;
|
||||
font-size: 0.75rem; }
|
||||
|
||||
.footer-list-top {
|
||||
width: 33.333%; }
|
||||
|
||||
.footer-list-top > li {
|
||||
text-align: center;
|
||||
padding-bottom: 10px; }
|
||||
|
||||
.footer-list-header {
|
||||
padding: 10px 0 5px 0;
|
||||
color: #f9f9f9;
|
||||
font-size: 2.3vw; }
|
||||
|
||||
.footer-list-anchor {
|
||||
font-size: 1.3em; }
|
||||
|
||||
.footer-social-section {
|
||||
width: 100%;
|
||||
align-items: center;
|
||||
justify-content: space-around;
|
||||
position: relative;
|
||||
margin-top: 5px; }
|
||||
|
||||
.footer-social-section::after {
|
||||
content: "";
|
||||
position: absolute;
|
||||
z-index: 1;
|
||||
top: 50%;
|
||||
left: 10px;
|
||||
border-top: 1px solid #f9f9f9;
|
||||
width: calc(100% - 20px); }
|
||||
|
||||
.footer-social-overlap {
|
||||
position: relative;
|
||||
z-index: 2;
|
||||
background: #565656;
|
||||
padding: 0 20px; }
|
||||
|
||||
.footer-social-explore {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
font-size: 3.5em;
|
||||
color: #f9f9f9; }
|
||||
|
||||
.footer-social-small {
|
||||
font-size: 0.6em;
|
||||
padding: 0px 20px; }
|
||||
|
||||
.footer-social-overlap > a {
|
||||
font-size: 3em; }
|
||||
|
||||
.footer-social-overlap > a:not(:first-child) {
|
||||
margin-left: 0.38em; }
|
||||
|
||||
.footer-bottom-section {
|
||||
width: 100%;
|
||||
padding: 10px;
|
||||
border-top: 1px solid #f9f9f9;
|
||||
margin-top: 10px; }
|
||||
|
||||
.footer-bottom-section > div:first-child {
|
||||
margin-right: auto; }
|
||||
|
||||
.footer-bottom-wrapper {
|
||||
font-size: 1.5em;
|
||||
color: #f9f9f9; }
|
||||
.LP-Footer * {
|
||||
box-sizing: border-box; }
|
||||
.LP-Footer ul {
|
||||
list-style: none; }
|
||||
.LP-Footer a {
|
||||
text-decoration: none; }
|
||||
.LP-Footer__generic-anchor {
|
||||
color: #D7CEC7; }
|
||||
.LP-Footer__generic-anchor:hover {
|
||||
color: #f9f9f9; }
|
||||
.LP-Footer__flex {
|
||||
display: flex;
|
||||
flex-flow: row wrap; }
|
||||
.LP-Footer__list-top {
|
||||
width: 33.333%; }
|
||||
.LP-Footer__list-top > li {
|
||||
text-align: center;
|
||||
padding-bottom: 10px; }
|
||||
.LP-Footer__list-header {
|
||||
padding: 10px 0 5px 0;
|
||||
color: #f9f9f9;
|
||||
font-size: 2.3vw; }
|
||||
.LP-Footer__list-anchor {
|
||||
font-size: 1.3em; }
|
||||
.LP-Footer__social-section {
|
||||
width: 100%;
|
||||
align-items: center;
|
||||
justify-content: space-around;
|
||||
position: relative;
|
||||
margin-top: 5px; }
|
||||
.LP-Footer__social-section::after {
|
||||
content: "";
|
||||
position: absolute;
|
||||
z-index: 1;
|
||||
top: 50%;
|
||||
left: 10px;
|
||||
border-top: 1px solid #f9f9f9;
|
||||
width: calc(100% - 20px); }
|
||||
.LP-Footer__social-overlap {
|
||||
position: relative;
|
||||
z-index: 2;
|
||||
background: #565656;
|
||||
padding: 0 20px; }
|
||||
.LP-Footer__social-explore {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
font-size: 3.5em;
|
||||
color: #f9f9f9; }
|
||||
.LP-Footer__social-small {
|
||||
font-size: 0.6em;
|
||||
padding: 0px 20px; }
|
||||
.LP-Footer__social-overlap > a {
|
||||
font-size: 3em; }
|
||||
.LP-Footer__social-overlap > a:not(:first-child) {
|
||||
margin-left: 0.38em; }
|
||||
.LP-Footer__bottom-section {
|
||||
width: 100%;
|
||||
padding: 10px;
|
||||
border-top: 1px solid #f9f9f9;
|
||||
margin-top: 10px; }
|
||||
.LP-Footer__bottom-section > div:first-child {
|
||||
margin-right: auto; }
|
||||
.LP-Footer__bottom-wrapper {
|
||||
font-size: 1.5em;
|
||||
color: #f9f9f9; }
|
||||
|
||||
@media (max-width: 1000px) {
|
||||
.footer-list-header {
|
||||
.LP-Footer__list-header {
|
||||
font-size: 2em; }
|
||||
.footer-list-anchor {
|
||||
.LP-Footer__list-anchor {
|
||||
font-size: 1.1em; }
|
||||
.footer-social-connect {
|
||||
.LP-Footer__social-connect {
|
||||
font-size: 2.5em; }
|
||||
.footer-social-overlap > a {
|
||||
.LP-Footer__social-overlap > a {
|
||||
font-size: 2.24em; }
|
||||
.footer-bottom-wrapper {
|
||||
.LP-Footer__bottom-wrapper {
|
||||
font-size: 1.3em; } }
|
||||
|
||||
@media (max-width: 750px) {
|
||||
.footer-list-top {
|
||||
.LP-Footer__list-top {
|
||||
width: 100%; }
|
||||
.footer-list-header {
|
||||
.LP-Footer__list-header {
|
||||
font-size: 3em; }
|
||||
.footer-list-anchor {
|
||||
.LP-Footer__list-anchor {
|
||||
font-size: 1.5em; }
|
||||
.footer-social-section {
|
||||
.LP-Footer__social-section {
|
||||
justify-content: center; }
|
||||
.footer-social-section::after {
|
||||
.LP-Footer__social-section::after {
|
||||
top: 25%; }
|
||||
.footer-social-connect {
|
||||
.LP-Footer__social-connect {
|
||||
margin-bottom: 10px;
|
||||
padding: 0 10px; }
|
||||
.footer-social-overlap {
|
||||
.LP-Footer__social-overlap {
|
||||
display: flex;
|
||||
justify-content: center; }
|
||||
.footer-social-icons-wrapper {
|
||||
.LP-Footer__social-icons-wrapper {
|
||||
width: 100%;
|
||||
padding: 0; }
|
||||
.footer-social-overlap > a:not(:first-child) {
|
||||
.LP-Footer__social-overlap > a:not(:first-child) {
|
||||
margin-left: 20px; }
|
||||
.footer-bottom-section {
|
||||
.LP-Footer__bottom-section {
|
||||
padding: 0 5px 10px 5px; }
|
||||
.footer-bottom-wrapper {
|
||||
.LP-Footer__bottom-wrapper {
|
||||
text-align: center;
|
||||
width: 100%;
|
||||
margin-top: 10px; } }
|
||||
|
||||
@media (max-width: 650px) {
|
||||
.footer-social-overlap > a {
|
||||
.LP-Footer__social-overlap > a {
|
||||
margin: auto; }
|
||||
.footer-social-overlap > a:not(:first-child) {
|
||||
.LP-Footer__social-overlap > a:not(:first-child) {
|
||||
margin-left: 0; }
|
||||
.footer-bottom-rights {
|
||||
.LP-Footer__bottom-rights {
|
||||
display: block; } }
|
||||
|
||||
@media (max-width: 450px) {
|
||||
.footer-list-header {
|
||||
.LP-Footer__list-header {
|
||||
font-size: 2.2em; }
|
||||
.footer-list-anchor {
|
||||
.LP-Footer__list-anchor {
|
||||
font-size: 1.2em; }
|
||||
.footer-social-connect {
|
||||
.LP-Footer__social-connect {
|
||||
font-size: 2.4em; }
|
||||
.footer-social-overlap > a {
|
||||
.LP-Footer__social-overlap > a {
|
||||
font-size: 2.24em; }
|
||||
.footer-bottom-wrapper {
|
||||
.LP-Footer__bottom-wrapper {
|
||||
font-size: 1.3em; } }
|
||||
|
||||
.LP-Form--tagging {
|
||||
|
Reference in New Issue
Block a user