Sha256: 62d2f3de1035bca118a54629df531210af081af4fbfd7bc347feb5a519e71716

Contents?: true

Size: 549 Bytes

Versions: 7

Compression:

Stored size: 549 Bytes

Contents

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

/* Icon */

.icon {
    @include icon;
    position: relative;
    border-bottom: none;

    > .label {
        display: none;
    }

    &:before {
        line-height: inherit;
    }

    &.solid {
        &:before {
            font-weight: 900;
        }
    }

    &.brands {
        &:before {
            font-family: 'Font Awesome 5 Brands';
        }
    }
}

Version data entries

7 entries across 7 versions & 1 rubygems

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