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

gitlab.com/gitlab-org/gitlab-docs.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'content/assets/stylesheets/stylesheet.scss')
-rw-r--r--content/assets/stylesheets/stylesheet.scss45
1 files changed, 38 insertions, 7 deletions
diff --git a/content/assets/stylesheets/stylesheet.scss b/content/assets/stylesheets/stylesheet.scss
index 0dd5e910..0c5ad447 100644
--- a/content/assets/stylesheets/stylesheet.scss
+++ b/content/assets/stylesheets/stylesheet.scss
@@ -243,11 +243,6 @@ h1 {
}
}
- .btn {
- line-height: 1rem;
- font-size: 0.875rem;
- }
-
.navbar-nav {
margin-top: 0;
@@ -295,8 +290,44 @@ h1 {
}
}
- .dropdown-toggle {
+ .btn,
+ .gl-dropdown-toggle.gl-button.btn-default,
+ .gl-dropdown-toggle.gl-button.btn-default:hover,
+ .gl-dropdown-toggle.gl-button.btn-default:focus {
background-color: $help-indigo-500;
+ font-size: 0.875rem;
+ line-height: 1;
+ color: $gds-white;
+ box-shadow: none;
+ svg {
+ fill: $gds-white;
+ }
+ }
+ .dropdown-menu:focus-visible,
+ .gl-new-dropdown-inner:focus-visible,
+ .gl-new-dropdown-contents:focus-visible {
+ outline: none;
+ }
+ .gl-new-dropdown ul {
+ margin: 0.125rem 0 0 !important;
+ padding-left: 0;
+ }
+ hr.dropdown-divider {
+ margin: 0.5rem 0;
+ }
+ li.gl-new-dropdown-item {
+ margin-bottom: 0;
+ }
+ a.dropdown-item,
+ a.dropdown-item:hover {
+ border-bottom: 0;
+ color: $gds-gray-900;
+ }
+ p.gl-new-dropdown-item-text-primary {
+ margin: 0;
+ }
+ .dropdown-toggle::after {
+ display: none;
}
@media all and (max-width: $bp-md) {
@@ -451,7 +482,7 @@ h1 {
}
.btn-cta {
- background-color: $header-free-trial-button-color;
+ background-color: $header-free-trial-button-color !important;
}
h2[id]::before,