Skip to content
Snippets Groups Projects
Commit 999834de authored by Mateus Rambo Strey's avatar Mateus Rambo Strey
Browse files

merge sign-up-panel branch

parents 0fcdd6c8 80cd6d1b
No related branches found
No related tags found
No related merge requests found
......@@ -328,6 +328,7 @@ table.tipo1 p{ font-size: 15px; font-weight: bold; }
#subject-highlight{
background-color: black !important;
}
.field{
input{
color: black !important;
......@@ -338,6 +339,16 @@ table.tipo1 p{ font-size: 15px; font-weight: bold; }
color: black !important;
}
}
.panel-wrapper{
background-color: black !important;
border: 2px solid white;
.btn{
background-color: black !important;
border: 5px solid white;
border-style: outset;
}
}
}
.menu-bar-contrast{
background-color: black !important;
......
.panel-wrapper{
position: relative;
min-height: 500px;
min-width: 350px;
margin-top: 30px;
background-color: #2178F5;
color: white;
}
.divider{
height: 5px;
}
.general-highlights {
padding-left: 0px;
padding-right: 0px;
......
......@@ -10,7 +10,7 @@
<div class="field">
<%= f.label :email %><br/>
<%= f.email_field :email, required: true %>
<%= f.email_field :email, :value => params[:email], required: true %>
</div>
<div class="field">
......
......@@ -46,7 +46,22 @@
</div>
</div>
<div class="col-md-3 col-md-offset-1 hidden-xs hidden-sm">
<img src="http://dummyimage.com/350x500/363336/fff" style="margin-top: 30px;" alt='dummy image'>
<div class="panel-wrapper">
<div style="padding: 30px; min-height: 400px">
<h2>Cadastre-se!</h2><br>
<h2>Vantagens de cadastrar:</h2><br>
<h2>Tem Muitas!</h2><br>
<h2>Tem Muitas!</h2><br>
<h2>Tem Muitas!</h2><br>
<h2>Tem Muitas!</h2><br>
</div>
<div style="width: 100%; padding: 30px;">
<%= form_tag(new_user_registration_path, method: 'get') do %>
<%= text_field_tag :email, '', placeholder: "Seu email", class: 'form-control'%>
<%= button_to "Cadastrar-se", new_user_registration_path,class: "btn btn-danger", style: 'margin-top: 10px; width: 230px; background-color: #FF2134;'%>
<% end %>
</div>
</div>
</div>
</div>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment