Skip to content
Snippets Groups Projects
Commit a8a89d42 authored by Rajab Natshah's avatar Rajab Natshah
Browse files

Issue #3207154: Change the style for Social Auth login buttons to go with the...

Issue #3207154: Change the style for Social Auth login buttons to go with the new standard branding and trust
parent 11a78994
No related branches found
No related tags found
No related merge requests found
......@@ -11,7 +11,7 @@
{% block main %}
<div role="main" class="main-container {{ container }}">
<div class="row">
<div id="auth-box" class="login col-10 offset-1 col-lg-6 offset-lg-3 col-xl-4 offset-lg-4">
<div id="auth-box" class="login col-10 offset-1 col-lg-6 offset-lg-3 col-xl-4 offset-xl-4">
<h1 id="page-user-login-title" class="sr-only">{{ title }}</h1>
<div id="top-part">
{# Highlighted #}
......
......@@ -11,7 +11,7 @@
{% block main %}
<div role="main" class="main-container {{ container }}">
<div class="row">
<div id="auth-box" class="login col-10 offset-1 col-lg-6 offset-lg-3 col-xl-4 offset-lg-4">
<div id="auth-box" class="login col-10 offset-1 col-lg-6 col-lg-6 offset-lg-3 col-xl-4 offset-xl-4">
<h1 id="page-user-register-title" class="sr-only">{{ title }}</h1>
<div id="top-part">
{# Highlighted #}
......
......@@ -11,7 +11,7 @@
{% block main %}
<div role="main" class="main-container {{ container }}">
<div class="row">
<div id="auth-box" class="login col-10 offset-1 col-lg-6 offset-lg-3 col-xl-4 offset-lg-4">
<div id="auth-box" class="login col-10 offset-1 col-lg-6 offset-lg-3 col-xl-4 offset-xl-4">
<div id="top-part">
{# Highlighted #}
{% if page.highlighted %}
......
......@@ -11,7 +11,7 @@
{% block main %}
<div role="main" class="main-container {{ container }}">
<div class="row">
<div id="auth-box" class="login col-10 offset-1 col-lg-6 offset-lg-3 col-xl-4 offset-lg-4">
<div id="auth-box" class="login col-10 offset-1 col-lg-6 offset-lg-3 col-xl-4 offset-xl-4">
<h1 id="page-user-register-title" class="sr-only">{{ title }}</h1>
<div id="top-part">
{# Highlighted #}
......
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