From c69e8fc0f386f6572405ca12e5323b559f7386c0 Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Mon, 24 Dec 2018 18:53:44 +0100 Subject: Image gallery on tables first version --- scss/custom.scss | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) (limited to 'scss/custom.scss') diff --git a/scss/custom.scss b/scss/custom.scss index 56dbffab6..d0cbdc6eb 100644 --- a/scss/custom.scss +++ b/scss/custom.scss @@ -278,6 +278,10 @@ textarea { background-color: $gray-400; } +.form h4.card-title { + background-color: transparent; +} + .collapse-form .card, .collapse-form .card-header{ border-radius: 0; @@ -521,6 +525,20 @@ ul.compact{ display: none; } +.ishtar-gallery .card{ + width: 200px; +} + +.thumb-image{ + display: block; + position:relative; + overflow:hidden; + padding-bottom:100%; +} +.thumb-image img{ + position:absolute; +} + /* lightgallery */ .lightgallery-captions{ -- cgit v1.2.3