From 3b1af5cc7ed2666ff18b718ce5d30fa5a2756674 Mon Sep 17 00:00:00 2001 From: GitLab Bot Date: Tue, 20 Jun 2023 10:43:29 +0000 Subject: Add latest changes from gitlab-org/gitlab@16-1-stable-ee --- app/assets/stylesheets/startup/startup-signin.scss | 62 +++++++++------------- 1 file changed, 26 insertions(+), 36 deletions(-) (limited to 'app/assets/stylesheets/startup/startup-signin.scss') diff --git a/app/assets/stylesheets/startup/startup-signin.scss b/app/assets/stylesheets/startup/startup-signin.scss index f676782de2a..40e1e4b1996 100644 --- a/app/assets/stylesheets/startup/startup-signin.scss +++ b/app/assets/stylesheets/startup/startup-signin.scss @@ -2,6 +2,9 @@ // Please see the feedback issue for more details and help: // https://gitlab.com/gitlab-org/gitlab/-/issues/331812 @charset "UTF-8"; +:root { + --white: #fff; +} *, *::before, *::after { @@ -16,10 +19,9 @@ header { } body { margin: 0; - font-family: var(--default-regular-font, -apple-system), BlinkMacSystemFont, - "Segoe UI", Roboto, "Noto Sans", Ubuntu, Cantarell, "Helvetica Neue", - sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", - "Noto Color Emoji"; + font-family: "GitLab Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", + Roboto, "Noto Sans", Ubuntu, Cantarell, "Helvetica Neue", sans-serif, + "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; font-size: 1rem; font-weight: 400; line-height: 1.5; @@ -79,16 +81,11 @@ input { button { text-transform: none; } -[role="button"] { - cursor: pointer; -} button:not(:disabled), -[type="button"]:not(:disabled), [type="submit"]:not(:disabled) { cursor: pointer; } button::-moz-focus-inner, -[type="button"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner { padding: 0; border-style: none; @@ -216,6 +213,10 @@ hr { .form-group { margin-bottom: 1rem; } +.form-text { + display: block; + margin-top: 0.25rem; +} .btn { display: inline-block; font-weight: 400; @@ -248,8 +249,7 @@ fieldset:disabled a.btn { .btn-block + .btn-block { margin-top: 0.5rem; } -input.btn-block[type="submit"], -input.btn-block[type="button"] { +input.btn-block[type="submit"] { width: 100%; } .custom-control { @@ -382,10 +382,9 @@ input.btn-block[type="button"] { .gl-form-input, .gl-form-input.form-control { background-color: #fff; - font-family: var(--default-regular-font, -apple-system), BlinkMacSystemFont, - "Segoe UI", Roboto, "Noto Sans", Ubuntu, Cantarell, "Helvetica Neue", - sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", - "Noto Color Emoji"; + font-family: "GitLab Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", + Roboto, "Noto Sans", Ubuntu, Cantarell, "Helvetica Neue", sans-serif, + "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; font-size: 0.875rem; line-height: 1rem; padding-top: 0.5rem; @@ -584,9 +583,7 @@ body { font-size: 0.875rem; } button, -html [type="button"], -[type="submit"], -[role="button"] { +[type="submit"] { cursor: pointer; } h1, @@ -670,6 +667,11 @@ body.navless { --top-bar-height: 0px; --system-footer-height: 0px; --mr-review-bar-height: 0px; + --breakpoint-xs: 0; + --breakpoint-sm: 576px; + --breakpoint-md: 768px; + --breakpoint-lg: 992px; + --breakpoint-xl: 1200px; } .tab-content { overflow: visible; @@ -722,9 +724,6 @@ label { label.custom-control-label { font-weight: 400; } -label.label-bold { - font-weight: 600; -} .form-control { border-radius: 4px; padding: 6px 10px; @@ -775,18 +774,12 @@ svg { .gl-display-flex { display: flex; } -.gl-display-inline-block { - display: inline-block; -} .gl-align-items-center { align-items: center; } .gl-justify-content-space-between { justify-content: space-between; } -.gl-float-right { - float: right; -} .gl-w-10 { width: 3.5rem; } @@ -801,16 +794,13 @@ svg { width: 100%; } } +.gl-p-5 { + padding: 1rem; +} .gl-px-5 { padding-left: 1rem; padding-right: 1rem; } -.gl-pt-5 { - padding-top: 1rem; -} -.gl-pb-5 { - padding-bottom: 1rem; -} .gl-py-5 { padding-top: 1rem; padding-bottom: 1rem; @@ -824,9 +814,6 @@ svg { .gl-mr-auto { margin-right: auto; } -.gl-mb-1 { - margin-bottom: 0.125rem; -} .gl-mb-2 { margin-bottom: 0.25rem; } @@ -844,6 +831,9 @@ svg { .gl-text-center { text-align: center; } +.gl-text-right { + text-align: right; +} .gl-font-size-h2 { font-size: 1.1875rem; } -- cgit v1.2.3