make search form act only at hero and mod colors

This commit is contained in:
jorge 2021-07-15 20:58:23 +02:00
parent 8ea4b85d9c
commit 0250b8f118
1 changed files with 59 additions and 58 deletions

View File

@ -1,4 +1,5 @@
.search{ .hero{
.search{
.input-group * { .input-group * {
margin: 0; margin: 0;
} }
@ -37,8 +38,7 @@
right: 2rem; right: 2rem;
+ .appear { + .appear {
display: block; display: block;
color: $primary-color; background-color: scale-color($input-background-focus, $lightness: -20%);
background-color: $input-background-focus;
z-index: 2; z-index: 2;
&:hover { &:hover {
color: $white; color: $white;
@ -63,4 +63,5 @@
background-color: scale-color($primary-color, $lightness: 85%); background-color: scale-color($primary-color, $lightness: 85%);
} }
} }
}
} }