assets/css/tools.css in appscms-tools-theme-1.0.3 vs assets/css/tools.css in appscms-tools-theme-1.0.4

- old
+ new

@@ -1323,12 +1323,16 @@ .home-feature-box { position: relative; color: white; margin: 0; + transition: 0.2s linear; border: 1px solid white; } +.home-feature-box:hover { + transform: translateY(-17px); +} @media (min-width: 0px) and (max-width: 767px) { .home-feature-box { width: 100%; height: 114px; } @@ -1346,13 +1350,10 @@ } } .home-feature-name { line-height: 24px; font-size: 16px; - -webkit-font-smoothing: antialiased; - -webkit-font-smoothing: antialiased; - -webkit-font-smoothing: antialiased; font-stretch: 400; font-weight: 700; text-overflow: ellipsis; white-space: nowrap; overflow: hidden; @@ -1365,9 +1366,11 @@ transition: box-shadow 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955); } .home-feature-name:hover { box-shadow: 0px 0px 24px rgba(26, 26, 26, 0.2); z-index: 1; + color: currentColor; + text-decoration: none; } @media (max-width: 767px) { .home-feature-name { padding: 12px 12px 12px 60px; }