We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 54189ef commit a03979aCopy full SHA for a03979a
src/scss/components/search/SearchFacade.scss
@@ -10,11 +10,11 @@
10
}
11
12
@mixin SearchFacadeInvalid {
13
- border: 2px solid $red-900;
+ border: 2px solid $red-status-500;
14
15
16
@mixin SearchFacadeInvalidFocus {
17
18
box-shadow: $focus-glow-invalid;
19
20
src/scss/components/search/_index.scss
@@ -106,9 +106,10 @@ hx-search-control {
106
-ms-grid-column-span: 3;
107
-ms-grid-column: 1;
108
-ms-grid-row: 1;
109
- color: $gray-800;
+ color: $gray-950;
110
+ font-weight: 600;
111
display: inline-block;
- font-size: 0.875rem;
112
+ font-size: 1rem;
113
grid-area: lbl;
114
justify-self: start;
115
0 commit comments