Sha256: 3994f5762975cf8d629883c9467fcd6cdcf74a1fe2751688ca575283db98d03a

Contents?: true

Size: 1.01 KB

Versions: 7

Compression:

Stored size: 1.01 KB

Contents

///
/// Ethereal by HTML5 UP
/// html5up.net | @ajlkn
/// Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
///

/* List */

ol {
    list-style: decimal;
    margin: 0 0 _size(element-margin) 0;
    padding-left: 1.25rem;

    li {
        padding-left: 0.25rem;
    }
}

ul {
    list-style: disc;
    margin: 0 0 _size(element-margin) 0;
    padding-left: 1rem;

    li {
        padding-left: 0.5rem;
    }

    &.alt {
        list-style: none;
        padding-left: 0;

        li {
            border-top: solid 1px _palette(border);
            padding: 0.5rem 0;

            &:first-child {
                border-top: 0;
                padding-top: 0;
            }
        }
    }
}

dl {
    margin: 0 0 _size(element-margin) 0;

    dt {
        display: block;
        font-weight: _font(weight-bold);
        margin: 0 0 (_size(element-margin) * 0.5) 0;
    }

    dd {
        margin-left: _size(element-margin);
    }
}

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
jekyll-theme-ethereal-0.5.6 _sass/main/components/_list.scss
jekyll-theme-ethereal-0.5.5 _sass/main/components/_list.scss
jekyll-theme-ethereal-0.5.4 _sass/main/components/_list.scss
jekyll-theme-ethereal-0.5.3 _sass/main/components/_list.scss
jekyll-theme-ethereal-0.5.2 _sass/main/components/_list.scss
jekyll-theme-ethereal-0.5.1 _sass/main/components/_list.scss
jekyll-theme-ethereal-0.5.0 _sass/main/components/_list.scss