1
0
mirror of https://github.com/raseels-repos/golang-saas-starter-kit.git synced 2025-08-08 22:36:41 +02:00

Updated formatting of the signup, login and error pages.

This commit is contained in:
Lucas Brown
2019-08-02 15:50:02 -08:00
parent 1d69ea88a3
commit a939d9fcb4
4 changed files with 46 additions and 21 deletions

View File

@@ -11641,20 +11641,20 @@ a:focus {
}
.bg-login-image {
background: url("https://source.unsplash.com/K4mSJ7kc0As/600x800");
background-position: center;
background: url("https://dzuyel7n94hma.cloudfront.net/accelerator/img/saas-starter-kit-go-lang-login-600x800.png");
background-position: top center;
background-size: cover;
}
.bg-register-image {
background: url("https://source.unsplash.com/Mv9hjnEUHR4/600x800");
background-position: center;
background: url("https://dzuyel7n94hma.cloudfront.net/accelerator/img/saas-starter-kit-go-lang-join-600x1000.png");
background-position: top center;
background-size: cover;
}
.bg-password-image {
background: url("https://source.unsplash.com/oWTW-jNGl9I/600x800");
background-position: center;
background: url("https://dzuyel7n94hma.cloudfront.net/accelerator/img/saas-starter-kit-go-lang-green-600x800.png");
background-position: top center;
background-size: cover;
}
@@ -11674,6 +11674,19 @@ form.user .btn-user {
padding: 0.75rem 1rem;
}
.form-control-select-wrapper {
font-size: 0.8rem;
border-radius: 10rem;
padding: .55rem 1rem;
border: 1px solid #d1d3e2;
}
.form-control-select-box {
font-size: 0.8rem;
padding: 0;
border: 0px;
}
.btn-google {
color: #fff;
background-color: #ea4335;