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: bd292c7663da9c57d84ac90bc25f3b6dab4eef0a (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: 1
---

@import 'variables';

/* stylelint-disable declaration-no-important */
.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 declaration-no-important */