Move new investment button styles to CSS files
This commit is contained in:
@@ -10,4 +10,9 @@
|
|||||||
padding-left: 0;
|
padding-left: 0;
|
||||||
padding-right: 0;
|
padding-right: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
[type="submit"] {
|
||||||
|
@include regular-button;
|
||||||
|
width: 100%;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -96,6 +96,6 @@
|
|||||||
<% end %>
|
<% end %>
|
||||||
|
|
||||||
<div class="actions small-12 medium-6 large-4">
|
<div class="actions small-12 medium-6 large-4">
|
||||||
<%= f.submit(nil, class: "button expanded") %>
|
<%= f.submit %>
|
||||||
</div>
|
</div>
|
||||||
<% end %>
|
<% end %>
|
||||||
|
|||||||
Reference in New Issue
Block a user