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