diff --git a/app/assets/stylesheets/layout.scss b/app/assets/stylesheets/layout.scss index 0096671b1..b4c77ddd4 100644 --- a/app/assets/stylesheets/layout.scss +++ b/app/assets/stylesheets/layout.scss @@ -2790,12 +2790,9 @@ table { } a:hover { + box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.2); text-decoration: none; - &:not(.see-all) { - box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.2); - } - img { transform: scale(1.1); } @@ -2863,18 +2860,6 @@ table { min-height: rem-calc(185); } - a { - - h3, - .title { - color: #fff; - } - - &:hover { - text-decoration: none; - } - } - .gradient { background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.01) 1%, rgba(0, 0, 0, 1) 100%); height: 100%; @@ -2899,8 +2884,7 @@ table { width: 100%; z-index: 3; - h3, - .title { + h3 { font-size: $base-font-size; @include breakpoint(medium) {