add and document extra classes and parameters

This commit is contained in:
2020-03-09 14:12:41 +01:00
parent 824e062cfd
commit 676c7adfc1
3 changed files with 32 additions and 24 deletions

View File

@@ -56,6 +56,11 @@ figure figcaption {
color: #FFF;
}
/* Extra classes for figures */
figure.no-border .snap-wrapper {
box-shadow: none;
}
/** GALLERY MARKUP **/
.snap-gallery {
margin: 10px;