|
| 1 | +.DocSearch-Hit-source{ |
| 2 | + color: #1c1e21; |
| 3 | +} |
| 4 | + |
| 5 | +.DocSearch-Search-Icon { |
| 6 | + color: #1c1e21; |
| 7 | +} |
| 8 | + |
| 9 | +.DocSearch-Logo { |
| 10 | + display: none; |
| 11 | +} |
| 12 | + |
| 13 | +.DocSearch-Footer{ |
| 14 | + flex-direction: row; |
| 15 | + box-shadow: none; |
| 16 | + border: 1px solid #14141414; |
| 17 | +} |
| 18 | + |
| 19 | +.DocSearch-Form { |
| 20 | + box-shadow: none; |
| 21 | + border: 1px solid #141414; |
| 22 | + border-radius: 8px; |
| 23 | +} |
| 24 | + |
| 25 | +.DocSearch-Modal { |
| 26 | + background-color: white; |
| 27 | +} |
| 28 | + |
| 29 | +.DocSearch-Hits { |
| 30 | + width: 100%; |
| 31 | + margin-bottom: 2px !important; |
| 32 | +} |
| 33 | + |
| 34 | +.DocSearch-Hit[aria-selected=true] mark { |
| 35 | + color: #1961ED !important; |
| 36 | + text-decoration: none; |
| 37 | +} |
| 38 | + |
| 39 | +.DocSearch-Hit a { |
| 40 | + box-shadow: none; |
| 41 | +} |
| 42 | + |
| 43 | +.DocSearch-Hits mark { |
| 44 | + background-color: #E8EFFD; |
| 45 | + color: #1961ED; |
| 46 | +} |
| 47 | + |
| 48 | +.DocSearch-Hit-action { |
| 49 | + width: 100%; |
| 50 | + height: 100%; |
| 51 | + display: flex; |
| 52 | + flex-direction: column; |
| 53 | + align-items: flex-start; |
| 54 | + justify-content: center; |
| 55 | + margin: 0 8px; |
| 56 | +} |
| 57 | + |
| 58 | +.DocSearch-Hit-action h2{ |
| 59 | + font-size: .9em; |
| 60 | + margin: 0 0 4px; |
| 61 | + font-weight: 500; |
| 62 | +} |
| 63 | + |
| 64 | +.DocSearch-Hit-action p{ |
| 65 | + font-size: 12px; |
| 66 | + margin: 0; |
| 67 | + width: 90%; |
| 68 | + overflow: hidden; |
| 69 | + white-space: nowrap; |
| 70 | + text-overflow: ellipsis; |
| 71 | + font-family: var(--font-inter); |
| 72 | + font-weight: 400; |
| 73 | +} |
| 74 | + |
| 75 | +.DocSearch-Button { |
| 76 | + margin: 0px; |
| 77 | + min-height: 36px; |
| 78 | + background-color: white; |
| 79 | + border-radius: 8px; |
| 80 | + border: 1px solid #14141414; |
| 81 | +} |
| 82 | + |
| 83 | +.DocSearch-Button:hover { |
| 84 | + color: #B3B3B3; |
| 85 | + box-shadow: none; |
| 86 | +} |
| 87 | + |
| 88 | +.DocSearch-Button-Placeholder{ |
| 89 | + color: #B3B3B3; |
| 90 | +} |
| 91 | + |
| 92 | +.DocSearch-Search-Icon { |
| 93 | + height: 12px; |
| 94 | + width: 12px; |
| 95 | + color: #B3B3B3 !important; |
| 96 | +} |
| 97 | + |
| 98 | +.DocSearch-Hit-source { |
| 99 | + background: none; |
| 100 | + font-weight: 600; |
| 101 | + font-size: 12px; |
| 102 | + font-family: var(--font-inter); |
| 103 | +} |
| 104 | + |
| 105 | +.DocSearch-Button-Placeholder { |
| 106 | + font-weight: 500; |
| 107 | + font-family: var(--font-gabarito); |
| 108 | +} |
| 109 | + |
| 110 | +.DocSearch-Button-Keys { |
| 111 | + display: none |
| 112 | +} |
| 113 | + |
| 114 | +:root { |
| 115 | + --docsearch-primary-color: #1c1e21; |
| 116 | + --docsearch-highlight-color: #1414140F; |
| 117 | + --docsearch-hit-active-color: var(--docsearch-muted-color); |
| 118 | + } |
| 119 | + |
| 120 | +.anchor { |
| 121 | + scroll-margin-top: calc(80px); |
| 122 | +} |
0 commit comments