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

fix banner in index

parent c3f9dc7e
No related branches found
No related tags found
No related merge requests found
......@@ -462,15 +462,6 @@ table.tipo1 p {
.fundo {
background: black;
}
.right-edge {
padding: 0px 45px;
margin-bottom: 25px;
}
.left-edge {
position:absolute;
left: -35px;
}
.set-align {
position: relative;
......
......@@ -119,3 +119,15 @@ $carousel_size: 400px;
text-justify: inter-word;
}
}
// banner in index
.registration-banner {
.right-edge {
padding: 0px 45px;
margin-bottom: 25px;
}
.left-edge {
position:absolute;
}
}
......@@ -46,7 +46,7 @@
</div>
</div>
<% if !user_signed_in? %>
<div class="col-md-3 col-md-offset-1 hidden-xs hidden-sm">
<div class="registration-banner col-md-3 col-md-offset-1 hidden-xs hidden-sm">
<div class="panel-wrapper">
<div style="padding: 30px; min-height: 400px;">
<div style="text-align:center"><%= image_tag image_path('icons/signup.png'), class: "logo",size: "140x140" %></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