Use bg-body in "log in / sign up to access" messages
This commit is contained in:
parent
c2977d6051
commit
20a6e0fab6
2 changed files with 2 additions and 2 deletions
|
@ -7,7 +7,7 @@
|
|||
|
||||
<% content_for :heading do %>
|
||||
<% if @client_app_name %>
|
||||
<p class="text-center text-muted fs-6 py-2 mb-0 bg-white"><%= t(".login_to_authorize_html", :client_app_name => @client_app_name) %></p>
|
||||
<p class="text-center text-muted fs-6 py-2 mb-0 bg-body"><%= t(".login_to_authorize_html", :client_app_name => @client_app_name) %></p>
|
||||
<% end %>
|
||||
|
||||
<div class="header-illustration new-user-main auth-container mx-auto">
|
||||
|
|
|
@ -7,7 +7,7 @@
|
|||
|
||||
<% content_for :heading do %>
|
||||
<% if @client_app_name %>
|
||||
<p class="text-center text-muted fs-6 py-2 mb-0 bg-white"><%= t(".signup_to_authorize_html", :client_app_name => @client_app_name) %></p>
|
||||
<p class="text-center text-muted fs-6 py-2 mb-0 bg-body"><%= t(".signup_to_authorize_html", :client_app_name => @client_app_name) %></p>
|
||||
<% end %>
|
||||
|
||||
<div class="header-illustration new-user-main auth-container mx-auto">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue