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:
authorGitLab Bot <gitlab-bot@gitlab.com>2023-06-20 13:43:29 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2023-06-20 13:43:29 +0300
commit3b1af5cc7ed2666ff18b718ce5d30fa5a2756674 (patch)
tree3bc4a40e0ee51ec27eabf917c537033c0c5b14d4 /app/assets/stylesheets/startup/startup-signin.scss
parent9bba14be3f2c211bf79e15769cd9b77bc73a13bc (diff)
Add latest changes from gitlab-org/gitlab@16-1-stable-eev16.1.0-rc42
Diffstat (limited to 'app/assets/stylesheets/startup/startup-signin.scss')
-rw-r--r--app/assets/stylesheets/startup/startup-signin.scss62
1 files changed, 26 insertions, 36 deletions
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;
}