Remove font size class from "Start mapping" container
It doesn't affect the button font, only the spacing around.
This commit is contained in:
parent
e34f1ebfaf
commit
3296e168e9
1 changed files with 1 additions and 3 deletions
|
@ -57,14 +57,12 @@
|
|||
|
||||
<%= render "any_questions" %>
|
||||
|
||||
<div class='text-center'>
|
||||
<p class="display-5">
|
||||
<div class='text-center mb-3'>
|
||||
<% if params[:oauth_return_url] %>
|
||||
<a class="btn btn-primary" href="<%= params[:oauth_return_url] %>"><%= t ".continue_authorization" %></a>
|
||||
<% else %>
|
||||
<a class="button btn btn-primary start-mapping" href="<%= edit_path %>"><%= t ".start_mapping" %></a>
|
||||
<% end %>
|
||||
</p>
|
||||
</div>
|
||||
|
||||
<div class='alert alert-primary'>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue