forked from M3-Academy/desafio-react-e-typescript
feat(footer): Aplica hover em alguns ícones e links
This commit is contained in:
parent
e374460038
commit
4f1eff22bd
@ -128,6 +128,10 @@
|
||||
@media (min-width: 2500px) {
|
||||
width: 84px;
|
||||
}
|
||||
|
||||
&:hover {
|
||||
filter: brightness(80%);
|
||||
}
|
||||
}
|
||||
|
||||
&__logo-m3 {
|
||||
@ -136,6 +140,10 @@
|
||||
@media (min-width: 2500px) {
|
||||
width: 54px;
|
||||
}
|
||||
|
||||
&:hover {
|
||||
filter: brightness(80%);
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -15,6 +15,10 @@
|
||||
&__icon {
|
||||
width: 35px;
|
||||
|
||||
&:hover {
|
||||
filter: contrast(40%);
|
||||
}
|
||||
|
||||
@media (min-width: 2500px) {
|
||||
width: 70px;
|
||||
}
|
||||
@ -26,6 +30,10 @@
|
||||
line-height: 16px;
|
||||
color: variables.$black-300;
|
||||
|
||||
&:hover {
|
||||
filter: contrast(60%);
|
||||
}
|
||||
|
||||
@media (min-width: 2500px) {
|
||||
font-size: 28px;
|
||||
line-height: 33px;
|
||||
|
Loading…
Reference in New Issue
Block a user