From 8f2181e07221d70e51a79358d968f78008a936ca Mon Sep 17 00:00:00 2001 From: Achilleas Pipinellis Date: Tue, 14 Jun 2022 19:27:31 +0200 Subject: Add a box shadow in reference architectures links in landing page --- content/assets/stylesheets/_landing.scss | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/content/assets/stylesheets/_landing.scss b/content/assets/stylesheets/_landing.scss index 193d7a63..5356297e 100644 --- a/content/assets/stylesheets/_landing.scss +++ b/content/assets/stylesheets/_landing.scss @@ -1,5 +1,5 @@ --- -version: 11 +version: 12 --- @import 'variables'; @@ -346,6 +346,11 @@ version: 11 background-color: $landing-gl-blue-600; height: 9.25rem; width: 9.25rem; + transition: all 0.5s; + + &:hover { + box-shadow: 0.1rem 0.5rem 2rem 0 $landing-gl-white-500; + } } } -- cgit v1.2.3