Commit 3de489fb authored by Dennis Tang's avatar Dennis Tang

Prioritize login form on mobile breakpoint

parent 64fc7daf
...@@ -21,13 +21,6 @@ ...@@ -21,13 +21,6 @@
color: $login-brand-holder-color; color: $login-brand-holder-color;
} }
h1:first-child {
font-weight: $gl-font-weight-normal;
margin-bottom: 0.68em;
margin-top: 0;
font-size: 34px;
}
h3 { h3 {
font-size: 22px; font-size: 22px;
} }
......
...@@ -10,15 +10,17 @@ ...@@ -10,15 +10,17 @@
.container.navless-container .container.navless-container
.content .content
= render "layouts/flash" = render "layouts/flash"
.row.append-bottom-15 .row.mt-3
.col-sm-7.brand-holder .col-sm-12
%h1 %h1.mb-3.font-weight-normal
= brand_title = brand_title
.row.mb-3
.col-sm-7.order-12.order-sm-1.brand-holder
= brand_image = brand_image
- if current_appearance&.description? - if current_appearance&.description?
= brand_text = brand_text
- else - else
%h3 %h3.mt-sm-0
= _('Open source software to collaborate on code') = _('Open source software to collaborate on code')
%p %p
...@@ -29,7 +31,7 @@ ...@@ -29,7 +31,7 @@
= render_if_exists 'layouts/devise_help_text' = render_if_exists 'layouts/devise_help_text'
.col-sm-5.new-session-forms-container .col-sm-5.order-1.order-sm-12.new-session-forms-container
= yield = yield
%hr.footer-fixed %hr.footer-fixed
......
---
title: Prioritize login form on mobile breakpoint
merge_request: 28360
author:
type: changed
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment