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 | 67ee211d9ec5eb81ea2e19b61772e396fe631820 (patch) | |
tree | d87e660e89a257cef067fa48d7cf4e28c1fe8001 /scss/custom.scss | |
parent | 57fa3f4525fb3ffaac6f061fcbc9f586a82968a6 (diff) | |
download | Ishtar-67ee211d9ec5eb81ea2e19b61772e396fe631820.tar.bz2 Ishtar-67ee211d9ec5eb81ea2e19b61772e396fe631820.zip |
Image gallery on tables first version
Diffstat (limited to 'scss/custom.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{ |