[LIGO-95] fix profile hover rule
This commit is contained in:
parent
f542cde283
commit
6b9f5f3d39
@ -176,7 +176,7 @@ footnote {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.sample-code {
|
.sample-code {
|
||||||
max-width: 80%;
|
width: 80%;
|
||||||
padding: 25px;
|
padding: 25px;
|
||||||
box-shadow: 0px 0px 70px rgba(13, 15, 51, 0.06);
|
box-shadow: 0px 0px 70px rgba(13, 15, 51, 0.06);
|
||||||
background-color: white;
|
background-color: white;
|
||||||
@ -465,15 +465,16 @@ body
|
|||||||
color: var(--color-primary-brand);
|
color: var(--color-primary-brand);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.profileContainer:hover .profileImage {
|
||||||
|
box-shadow: 12px 12px 0px var(--color-primary-brand);
|
||||||
|
}
|
||||||
|
|
||||||
.profileImage {
|
.profileImage {
|
||||||
max-height: 195px;
|
max-height: 195px;
|
||||||
max-width: 195px;
|
max-width: 195px;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
border: var(--color-gray);
|
border: var(--color-gray);
|
||||||
}
|
}
|
||||||
.profileImage:hover {
|
|
||||||
box-shadow: 12px 12px 0px var(--color-primary-brand);
|
|
||||||
}
|
|
||||||
|
|
||||||
.flex-inline-container {
|
.flex-inline-container {
|
||||||
display: flex;
|
display: flex;
|
||||||
|
Loading…
Reference in New Issue
Block a user