]> git.openstreetmap.org Git - rails.git/commitdiff
Use bg-body in "log in / sign up to access" messages
authorAnton Khorev <tony29@yandex.ru>
Sun, 12 May 2024 14:58:21 +0000 (17:58 +0300)
committerAnton Khorev <tony29@yandex.ru>
Sun, 12 May 2024 14:58:21 +0000 (17:58 +0300)
app/views/sessions/new.html.erb
app/views/users/new.html.erb

index d30eb6697505ecf8dd1f989a4febe346fef9d388..71c0a14f3d2d2c7c58600eb9bcf170f8b5de2704 100644 (file)
@@ -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">
index bf96c4577fe5ecceac067c553b38cb65c53bccb5..a2a06836066398b467da603578321a1c93a1ba09 100644 (file)
@@ -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">