Save
This commit is contained in:
@@ -37,6 +37,18 @@ header#header {
|
||||
padding: 5px 10px;
|
||||
border: 0.5px solid #d8d8d8;
|
||||
border-radius: 5px;
|
||||
|
||||
&:hover {
|
||||
img {
|
||||
filter: brightness(0) saturate(100%) invert(18%) sepia(41%)
|
||||
saturate(6507%) hue-rotate(201deg) brightness(93%)
|
||||
contrast(101%);
|
||||
}
|
||||
}
|
||||
|
||||
img {
|
||||
transition: all 250ms ease-in-out;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -539,6 +551,12 @@ header#header {
|
||||
border-radius: 6px;
|
||||
box-shadow: 0 4px 4px #e9e3de;
|
||||
border: none;
|
||||
transition: all 250ms ease-in-out;
|
||||
|
||||
&:hover {
|
||||
color: $cWhite;
|
||||
background: #1e2832;
|
||||
}
|
||||
}
|
||||
}
|
||||
.search-item {
|
||||
|
||||
Reference in New Issue
Block a user