Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app/assets/stylesheets/page_bundles/login.scss')
-rw-r--r--app/assets/stylesheets/page_bundles/login.scss23
1 files changed, 10 insertions, 13 deletions
diff --git a/app/assets/stylesheets/page_bundles/login.scss b/app/assets/stylesheets/page_bundles/login.scss
index 98fa45e0e3d..355d2afc0ba 100644
--- a/app/assets/stylesheets/page_bundles/login.scss
+++ b/app/assets/stylesheets/page_bundles/login.scss
@@ -55,12 +55,12 @@
.omniauth-container {
box-shadow: none;
}
+ }
- .g-recaptcha {
- > div {
- margin-left: auto;
- margin-right: auto;
- }
+ .g-recaptcha {
+ > div {
+ margin-left: auto;
+ margin-right: auto;
}
}
@@ -103,6 +103,10 @@
.username .validation-error {
color: $red-500;
}
+
+ .terms .gl-form-checkbox {
+ @include gl-reset-font-size;
+ }
}
}
@@ -192,13 +196,6 @@
}
}
- .form-control {
- &:active,
- &:focus {
- background-color: $white;
- }
- }
-
.submit-container {
margin-top: 16px;
}
@@ -267,7 +264,7 @@
left: 0;
right: 0;
height: 40px;
- background: $white;
+ background: var(--white, $white);
}
.login-page-broadcast {