From 88f583209b3e8ec06c74605403e73fa23256c013 Mon Sep 17 00:00:00 2001 From: James Date: Mon, 10 Sep 2018 20:51:11 +1000 Subject: [PATCH] Import img shortcode from shared theme --- site/themes/shared-bulma-theme | 2 +- src/scss/shared.scss | 9 +++++++++ 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/site/themes/shared-bulma-theme b/site/themes/shared-bulma-theme index 7a0f5340..43b3bce9 160000 --- a/site/themes/shared-bulma-theme +++ b/site/themes/shared-bulma-theme @@ -1 +1 @@ -Subproject commit 7a0f53400f6c363b26f5fb3f56b333c497ca31f7 +Subproject commit 43b3bce94c72f149564d99dba7082ca348643d4d diff --git a/src/scss/shared.scss b/src/scss/shared.scss index f0fbdb83..218ec4d8 100644 --- a/src/scss/shared.scss +++ b/src/scss/shared.scss @@ -86,3 +86,12 @@ $blog-entry-single-height: 26em; // Overrride on regular has-background-dark with transparency background: rgba(54, 54, 54, 0.85) !important; } + +// Add overrides for padding/margin on specific sides of an element +.is-bottom-paddingless { + padding-bottom: 0 !important; +} + +.is-bottom-marginless { + margin-bottom: 0 !important; +}