Remove the scaling and box shadow on hovered price options.

This removes the scaling feature where a plan that a user
hovers over would increase in size and have a box shadow.

This used to be here because there was a clickable region that
would pop open an overlay that would have more plan information,
but that feature no longer exists.
This commit is contained in:
Brock Whittaker 2017-08-30 11:41:08 -07:00 committed by Tim Abbott
parent 75a011e432
commit 5c637b6452
1 changed files with 0 additions and 7 deletions

View File

@ -2323,13 +2323,6 @@ nav ul li.active::after {
transition-timing-function: ease;
}
.pricing-model .pricing-container .block > div:not(.plan-title):hover {
box-shadow: 0px 0px 50px rgba(0,0,0,0.2);
z-index: 2;
transform: scale(1.03);
}
.pricing-model .pricing-container .text-content {
margin: 20px;
}