|
9 | 9 | box-sizing: border-box; |
10 | 10 | } |
11 | 11 |
|
12 | | -/* Coveo color overrides */ |
13 | | -/* More info: https://docs.coveo.com/en/atomic/latest/usage/themes-and-visual-customization/ */ |
14 | | -* { |
15 | | - --atomic-primary: oklch(var(--color-brand)); /* Adjust the primary color */ |
16 | | - --atomic-ring-primary: oklch(var(--color-brand) / 0.4); /* Adjust the focus color */ |
17 | | - --atomic-primary-light: oklch(var(--color-brand)); |
18 | | - |
19 | | - /* Remove round corners */ |
20 | | - --atomic-border-radius-lg: 0; |
21 | | - --atomic-border-radius-md: 0; |
22 | | - --atomic-border-radius: 0; |
23 | | -} |
24 | | - |
25 | 12 | /* Prevent font size inflation */ |
26 | 13 | html { |
27 | 14 | -moz-text-size-adjust: none; |
@@ -143,6 +130,17 @@ textarea:not([rows]) { |
143 | 130 | } |
144 | 131 |
|
145 | 132 | :root { |
| 133 | + /* Coveo color overrides */ |
| 134 | + /* More info: https://docs.coveo.com/en/atomic/latest/usage/themes-and-visual-customization/ */ |
| 135 | + --atomic-primary: oklch(var(--color-brand)) !important; /* Adjust the primary color */ |
| 136 | + --atomic-ring-primary: oklch(var(--color-brand) / 0.4) !important; /* Adjust the focus color */ |
| 137 | + --atomic-primary-light: oklch(var(--color-brand)) !important; |
| 138 | + |
| 139 | + /* Remove round corners */ |
| 140 | + --atomic-border-radius-lg: 0 !important; |
| 141 | + --atomic-border-radius-md: 0 !important; |
| 142 | + --atomic-border-radius: 0 !important; |
| 143 | + |
146 | 144 | /* webfonts */ |
147 | 145 | font-family: var(--font-family); |
148 | 146 | font-feature-settings: |
@@ -476,10 +474,6 @@ ol li:last-child { |
476 | 474 | .sidebar { |
477 | 475 | display: none; |
478 | 476 | } |
479 | | - |
480 | | - .header__logo { |
481 | | - display: unset; |
482 | | - } |
483 | 477 | } |
484 | 478 |
|
485 | 479 | .header { |
@@ -1159,10 +1153,6 @@ atomic-search-interface#search-standalone-header { |
1159 | 1153 | width: calc(100% + 2px); |
1160 | 1154 | margin-inline-start: -1px; |
1161 | 1155 | } |
1162 | | - |
1163 | | - &::part(submit-button-wrapper) { |
1164 | | - --atomic-primary: var(--atomic-neutral-dark); |
1165 | | - } |
1166 | 1156 | } |
1167 | 1157 | } |
1168 | 1158 |
|
|
0 commit comments