Sha256: feacfcd90f1cd573ca5518287a46e15606aa9df21cd1de275f30728ce4e95789
Contents?: true
Size: 988 Bytes
Versions: 8
Compression:
Stored size: 988 Bytes
Contents
.chip, .Chip { background: var(--wco-color-2); border-radius: 1em 0 0 1em; color: var(--wco-color-2contrast); a { color: var(--wco-color-2contrast); } display: inline; height: 32px; margin-right: 32px; margin-bottom: 0.1em; padding: 0.1em .3em; padding: 0.2em 0.2em 0.2em 0.6em; position: relative; &::before { // border: 1px solid red; // background: yellow; content: ""; display: block; position: absolute; right: -16px; top: 0; width: 16px; height: 32px; // border-left: 12px solid white; border-top: 17px solid var(--wco-color-2); border-right: 12px solid transparent; // border-bottom: 12px solid transparent; } &::after { // border: 1px solid red; content: ""; display: block; position: absolute; right: -16px; bottom: 0; width: 16px; height: 32px; border-bottom: 17px solid var(--wco-color-2); border-right: 12px solid transparent; } }
Version data entries
8 entries across 8 versions & 1 rubygems