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:
authorMarcia Ramos <virtua.creative@gmail.com>2018-06-20 14:21:33 +0300
committerMarcia Ramos <virtua.creative@gmail.com>2018-06-20 14:21:33 +0300
commit1ec45659f4c8fafa319628ec7115c26165cec4ca (patch)
treeb463fd36daa1384cd60d14c0be70796e6464abe9
parenta56c074d4e5ce0519263166e72cc9728291fa7d4 (diff)
parenta58793d3f025fc694f493e4d49d6cc5c5a090fe9 (diff)
Merge branch 'img-shadow' into 'master'
Add shadow to images See merge request gitlab-com/gitlab-docs!285
-rw-r--r--content/assets/stylesheets/stylesheet.scss8
1 files changed, 4 insertions, 4 deletions
diff --git a/content/assets/stylesheets/stylesheet.scss b/content/assets/stylesheets/stylesheet.scss
index 1df69794..eaae0e55 100644
--- a/content/assets/stylesheets/stylesheet.scss
+++ b/content/assets/stylesheets/stylesheet.scss
@@ -1,5 +1,5 @@
---
-version: 37
+version: 38
---
@import "variables";
@@ -321,9 +321,9 @@ li {
img {
max-width: calc(100% - 10px);
max-height: 100vh;
- border: 2px solid $border-color;
- padding: 5px;
- margin: 5px;
+ box-shadow: 0 4px 18px 0 rgba($color-dark, .1), 0 6px 20px 0 rgba($color-dark, .09);
+ margin-bottom: 20px;
+ margin-top: 20px;
}
footer {