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

_docsearch.scss « stylesheets « assets « content - gitlab.com/gitlab-org/gitlab-docs.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: e458e3417c66303b7fb1ea08be63d6a542b7d5df (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
---
version: 2
---

@import 'variables';

/* stylelint-disable selector-class-pattern */
.DocSearch-Hit-source {
  color: $gray-700 !important;
}

.DocSearch-Hit-content-wrapper {
  overflow-x: inherit !important;
}

.DocSearch-Hit-content-wrapper {
  mark {
    padding: 0 !important;
  }
}

.DocSearch-Button {
  background: $gds-white !important;
  border: 1px solid $landing-gl-purple-550 !important;
  box-sizing: border-box !important;
  box-shadow: 0 0 0 0.25rem $landing-gl-blue-200 !important;
  border-radius: 1.5rem !important;
  padding-left: 0.5rem !important;
  margin: 0 !important;
}

.DocSearch-Hit-icon {
  display: none;
}

/* stylelint-enable selector-class-pattern */