fix/20210728 #14

Merged
chris merged 48 commits from fix/20210728 into develop 2021-07-29 22:39:06 +02:00
1 changed files with 59 additions and 58 deletions
Showing only changes of commit 0250b8f118 - Show all commits

View File

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