ADD: Customers
This commit is contained in:
parent
8d282499bd
commit
1137cec1c1
10 changed files with 58 additions and 9 deletions
|
@ -141,6 +141,10 @@
|
|||
&:hover {
|
||||
transform: scale(1.15);
|
||||
color: var(--color-orange);
|
||||
|
||||
& .icon {
|
||||
filter: invert(50%) sepia(84%) saturate(868%) hue-rotate(1deg) brightness(103%) contrast(100%);
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -149,10 +153,6 @@
|
|||
transition: 250ms;
|
||||
filter: invert(1);
|
||||
height: 30px;
|
||||
|
||||
&:hover {
|
||||
filter: invert(50%) sepia(84%) saturate(868%) hue-rotate(1deg) brightness(103%) contrast(100%);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue