Skip to content

Commit

Permalink
BIZDEV-19 | adding footer to landing
Browse files Browse the repository at this point in the history
  • Loading branch information
exequielrafaela committed Jan 31, 2021
1 parent 727df02 commit aaa77ea
Showing 1 changed file with 44 additions and 10 deletions.
54 changes: 44 additions & 10 deletions material/overrides/home.html
Original file line number Diff line number Diff line change
Expand Up @@ -22,14 +22,28 @@
margin:0
}

.md-footer-copyright {
display:none
}

.md-footer-nav__inner {
display:none
}

.md-content {
display:none
}

.md-footer-meta__inner {
align-content: center;
display: flex;
align-items: center;
justify-content: center
}

.tx-container {
padding-top: 0rem;
background:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1123 258'><path d='M1124,2c0,0 0,256 0,256l-1125,0l0,-48c0,0 16,5 55,5c116,0 197,-92 325,-92c121,0 114,46 254,46c140,0 214,-167 572,-166Z' style='fill: white' /></svg>") no-repeat bottom,linear-gradient(to bottom,var(--md-primary-fg-color),#2a978d 99%,#fff 99%)
/*height: 700px;*/
}

.tx-hero {
Expand All @@ -44,7 +58,7 @@
}

.tx-hero__content {
padding-bottom: 8rem;
padding-bottom: 9rem;
justify-content: left;
padding-right: 3rem;
}
Expand Down Expand Up @@ -78,7 +92,7 @@
.tx-container-2 {
padding: 0rem;
background-color: white;
margin-bottom: 50px;
margin-bottom: 0px;
}

.tx-hero__image-2 {
Expand Down Expand Up @@ -130,9 +144,9 @@
}

.tx-container-3 {
margin: 0px 0rem;
/*margin: 0px 0rem;*/
height: 590px;
background: linear-gradient(to bottom,var(--md-primary-fg-color),#02162f 99%,#fff 99%)
background: linear-gradient(to bottom,var(--md-primary-fg-color),#02162f 99%,#fff 99%);
}

.tx-hero__image-3 {
Expand Down Expand Up @@ -196,6 +210,31 @@
}
}

@media screen and (min-width:76.25em) {
.md-sidebar--primary {
display: none
}

.top-hr {
width: 100%;
display: flex;
max-width: 61rem;
margin-right: auto;
margin-left: auto;
padding: 0 .2rem;
}

.bottom-hr {
margin-top: 10px;
width: 100%;
display: flex;
max-width: 61rem;
margin-right: auto;
margin-left: auto;
padding: 0 .2rem;
}
}

.text-center {
text-align: center;
padding-right: 15px;
Expand Down Expand Up @@ -394,8 +433,3 @@ <h1>Why Leverage?</h1>
</section>
{% endblock %}

<!-- Content -->
{% block content %}{% endblock %}

<!-- Application footer -->
{% block footer %}{% endblock %}

0 comments on commit aaa77ea

Please sign in to comment.