This commit is contained in:
parent
3f7e5722d5
commit
6edf41b556
@ -358,7 +358,17 @@
|
|||||||
transform: scale(1.01);
|
transform: scale(1.01);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.infoCardLanding:hover > *:nth-child(1) {
|
||||||
|
color: rgb(255,153,0);
|
||||||
|
transform: scale(1.05);
|
||||||
|
}
|
||||||
|
|
||||||
|
.infoCardLanding:hover > *:nth-child(2) > *:nth-child(1) {
|
||||||
|
color: rgb(255,153,0);
|
||||||
|
}
|
||||||
|
|
||||||
.infoCardLandingMedia {
|
.infoCardLandingMedia {
|
||||||
|
transition: ease 0.4s;
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
@ -379,6 +389,7 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.infoCardLandingDetailsHead {
|
.infoCardLandingDetailsHead {
|
||||||
|
transition: ease 0.4s;
|
||||||
font-size: 24px;
|
font-size: 24px;
|
||||||
font-weight: 700;
|
font-weight: 700;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user