diff --git a/images/icon-facebook.png b/images/icon-facebook.png
new file mode 100644
index 0000000..83a7433
Binary files /dev/null and b/images/icon-facebook.png differ
diff --git a/images/icon-google-plus.png b/images/icon-google-plus.png
new file mode 100644
index 0000000..5a8b294
Binary files /dev/null and b/images/icon-google-plus.png differ
diff --git a/index.html b/index.html
index facf382..2c25e51 100644
--- a/index.html
+++ b/index.html
@@ -54,11 +54,12 @@
-
+
Acessar com:
diff --git a/sass/_proposal_detail.scss b/sass/_proposal_detail.scss
index ffc0dc0..af0826d 100644
--- a/sass/_proposal_detail.scss
+++ b/sass/_proposal_detail.scss
@@ -453,6 +453,66 @@
}
}
}
+ /*------------------ formulario ---------------- */
+ form .oauth {
+ margin-top: 10px;
+ float: left;
+ width: 50%;
+ }
+
+ form .actions {
+ float: right;
+ width: 50%;
+ }
+
+ .actions > a.login-action{
+ background: $color;
+ border-radius: 7px;
+ color: #fff;
+ display: block;
+ margin-right: 37px;
+ margin-top: 40px;
+ padding: 10px 35px;
+ }
+
+ form .oauth .new-user{
+ background: $color;
+ border-radius: 7px;
+ color: #fff;
+ padding: 10px 15px;
+ }
+
+ form .oauth .label{
+ margin: 0 0 10px;
+ }
+
+ .actions > a.forgot-password{
+ color: $color;
+ display: block;
+ font-weight: normal;
+ font-size: 14px;
+ }
+
+ .oauth > .facebook,
+ .oauth > .google{
+ width: 39px;
+ height: 39px;
+ overflow: hidden;
+ text-indent: -150px;
+ vertical-align: middle;
+ display: inline-block;
+ margin: 0 10px;
+ }
+
+ .oauth > .facebook{
+ background: transparent url(./images/icon-facebook.png) top left no-repeat;
+ }
+ .oauth > .google{
+ background: transparent url(./images/icon-google-plus.png) top left no-repeat;
+ }
+ /*-----------------------------------------------*/
+
+
}
}
}
--
libgit2 0.21.2