diff options
author | Étienne Loks <etienne.loks@iggdrasil.net> | 2018-12-24 18:53:44 +0100 |
---|---|---|
committer | Étienne Loks <etienne.loks@iggdrasil.net> | 2019-01-11 17:30:46 +0100 |
commit | c69e8fc0f386f6572405ca12e5323b559f7386c0 (patch) | |
tree | d87e660e89a257cef067fa48d7cf4e28c1fe8001 /scss | |
parent | 2a7a12d3f69515f91cd7e0699ad59c48d8729960 (diff) | |
download | Ishtar-c69e8fc0f386f6572405ca12e5323b559f7386c0.tar.bz2 Ishtar-c69e8fc0f386f6572405ca12e5323b559f7386c0.zip |
Image gallery on tables first version
Diffstat (limited to 'scss')
-rw-r--r-- | scss/custom.scss | 18 |
1 files changed, 18 insertions, 0 deletions
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{ |