Sha256: 7b31deb6e19fda79fba7acf4f9a8cfb3dd6954f5c133652007c1b26054f7db52

Contents?: true

Size: 638 Bytes

Versions: 2

Compression:

Stored size: 638 Bytes

Contents

.product-images {
    width:100%;

    .lSSlideWrapper {
      border: 1px solid #eee;
      border-radius: 15px;
      -moz-border-radius: 15px;
    }
    .lSGallery li {
      border: 1px solid #ddd;
      border-radius: 15px;
      -moz-border-radius: 15px;
    }

    ul {
        list-style: none outside none;
        padding-left: 0;
        margin-bottom:0;

        li {
            display: block;
            float: left;
            margin-right: 6px;
            cursor:pointer;

            img {
                display: block;
                height: auto;
                max-width: 100%;
            }
        }
    }
}

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
jekyll-theme-marketing-1.0.1 _sass/components/sliders/_lightslider.scss
jekyll-theme-marketing-1.0.0 _sass/components/sliders/_lightslider.scss