Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-docs.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAchilleas Pipinellis <axil@gitlab.com>2022-06-14 20:27:31 +0300
committerAchilleas Pipinellis <axil@gitlab.com>2022-06-14 20:27:31 +0300
commit8f2181e07221d70e51a79358d968f78008a936ca (patch)
tree3fb2973ffbe6a621915b7fee875fbf4a357c1f68
parente24c7db626b82fb6d33e5a58ae31c011d96d67a5 (diff)
Add a box shadow in reference architectures links in landing page
-rw-r--r--content/assets/stylesheets/_landing.scss7
1 files changed, 6 insertions, 1 deletions
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;
+ }
}
}