Sha256: 8f7fb147178e48898a9bc2d06add21fff3bd7bc5ecdf40114fbad501119aa3f4

Contents?: true

Size: 458 Bytes

Versions: 7

Compression:

Stored size: 458 Bytes

Contents

.bubble {
    border: 1px solid black;
    background: black;
    border-radius: 2em;

    ::before {
        content: "";
        position: absolute;
        top: 0px;
        left: -1.6em;
        border-width: 1.1em;
        border-style: solid;
        border-top-color: transparent;
        border-right-color: black;
        border-bottom-color: transparent;
        border-left-color: transparent;
        border-radius: 1em;
    }
}

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
voppe-jekyll-theme-0.2.3 _sass/utils/bubble.scss
voppe-jekyll-theme-0.2.2 _sass/utils/bubble.scss
voppe-jekyll-theme-0.2.1 _sass/utils/bubble.scss
voppe-jekyll-theme-0.2.0 _sass/utils/bubble.scss
voppe-jekyll-theme-0.1.2 _sass/utils/bubble.scss
voppe-jekyll-theme-0.1.1 _sass/utils/bubble.scss
voppe-jekyll-theme-0.1.0 _sass/utils/bubble.scss