summaryrefslogtreecommitdiff
path: root/app/assets/stylesheets/startup/startup-general.scss
diff options
context:
space:
mode:
Diffstat (limited to 'app/assets/stylesheets/startup/startup-general.scss')
-rw-r--r--app/assets/stylesheets/startup/startup-general.scss24
1 files changed, 9 insertions, 15 deletions
diff --git a/app/assets/stylesheets/startup/startup-general.scss b/app/assets/stylesheets/startup/startup-general.scss
index 9e1c6b065a0..adafe719892 100644
--- a/app/assets/stylesheets/startup/startup-general.scss
+++ b/app/assets/stylesheets/startup/startup-general.scss
@@ -761,6 +761,9 @@ input {
color: #333238;
background-color: #fff;
}
+input[type="search"] {
+ appearance: textfield;
+}
.form-control {
border-radius: 4px;
padding: 6px 10px;
@@ -834,9 +837,6 @@ kbd {
.navbar-gitlab .header-content .navbar-collapse > ul.nav > li:not(.d-none) {
margin: 0 2px;
}
-.navbar-gitlab .header-content .header-search-new {
- max-width: 640px;
-}
.navbar-gitlab .header-search {
min-width: 320px;
}
@@ -985,13 +985,6 @@ kbd {
.header-new .dropdown-menu {
margin-top: 4px;
}
-.btn-sign-in {
- background-color: #ebebfa;
- color: #292961;
- font-weight: 600;
- line-height: 18px;
- margin: 4px 0 4px 2px;
-}
@media (max-width: 575.98px) {
.navbar-gitlab .container-fluid {
font-size: 18px;
@@ -1651,11 +1644,6 @@ svg.s16 {
.gl-display-none {
display: none;
}
-@media (min-width: 576px) {
- .gl-sm-display-none {
- display: none;
- }
-}
.gl-display-flex {
display: flex;
}
@@ -1680,9 +1668,15 @@ svg.s16 {
.gl-align-items-stretch {
align-items: stretch;
}
+.gl-flex-grow-0\! {
+ flex-grow: 0 !important;
+}
.gl-flex-grow-1 {
flex-grow: 1;
}
+.gl-flex-basis-half\! {
+ flex-basis: 50% !important;
+}
.gl-justify-content-end {
justify-content: flex-end;
}