diff options
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{  | 
