Skip to content
Snippets Groups Projects
Commit 02df6cd2 authored by kirillbodnar's avatar kirillbodnar
Browse files

header minor updates

parent 7a457e7f
No related branches found
No related tags found
No related merge requests found
Source diff could not be displayed: it is too large. Options to address this: view the blob.
...@@ -134,6 +134,10 @@ button[data-action='search-btn'] { ...@@ -134,6 +134,10 @@ button[data-action='search-btn'] {
font: inherit; font: inherit;
color: inherit; color: inherit;
background: none; background: none;
&:hover {
cursor: pointer;
}
} }
.search-field__input { .search-field__input {
...@@ -170,6 +174,14 @@ button[data-action='search-btn'] { ...@@ -170,6 +174,14 @@ button[data-action='search-btn'] {
letter-spacing: 0em; letter-spacing: 0em;
text-align: left; text-align: left;
color: $primary-white-color; color: $primary-white-color;
transition-property: color;
transition-duration: 200ms;
transition-timing-function: ease-in;
}
&:focus::placeholder {
color: transparent;
} }
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment