Fixed Sign up H2 margin , Added Login Headline, Added Header Background, Changed ungleich logo, Fixed Landing title style, Fixed billing form goes out of background image, Fixed billing address page amount field seems broken, Changed authentication page fonts

This commit is contained in:
Levi 2016-08-15 20:45:08 -05:00
commit c23a2b1706
8 changed files with 27 additions and 15 deletions

View file

@ -155,7 +155,7 @@ header {
background-size: cover;
-o-background-size: cover;
background-position: center;
background-image: url('../img/header.jpg');
background-image: url('../img/bg-price.png');
text-align: center;
color: white;
}
@ -206,6 +206,8 @@ header .header-content .header-content-inner p {
max-width: 80%;
margin-left: auto;
margin-right: auto;
letter-spacing: 0.015em;
font-family: 'Roboto','Helvetica Neue', Arial, sans-serif;
}
}
.section-heading {

View file

@ -5,9 +5,10 @@ form{
}
.donation-container {
header.donation-container {
margin-top:0% !important;
padding-top:0% !important;
height: 1100px;
}
@ -32,3 +33,14 @@ form{
.white-font {
color:white;
}
.form-heading {
margin-bottom: 20px;
}
.roboto-font {
font-family: Roboto, Helvetica Neue, Helvetica, sanserif;
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 MiB