Skip to content
Snippets Groups Projects
Commit 1738bdd8 authored by Eduardo Sanz García's avatar Eduardo Sanz García :zero:
Browse files

Change background color in dark mode - login page

When the default theme was in dark mode, the login page showed a very
light background color in mobile.

Changelog: changed
parent e0a3414f
No related branches found
No related tags found
1 merge request!123993Change background color in dark mode for the login page
......@@ -286,7 +286,11 @@
}
@include media-breakpoint-down(sm) {
.sm-bg-gray-10 {
.sm-bg-gray {
@include gl-bg-gray-10;
.gl-dark & {
background-color: var(--gray-100);
}
}
}
......@@ -13,7 +13,7 @@
= render "layouts/flash"
- if custom_text.present?
.row
.col-md.order-12.sm-bg-gray-10
.col-md.order-12.sm-bg-gray
.col-sm-12
%h1.mb-3.gl-font-size-h2
= brand_title
......
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