Sha256: d81761fcccfd07933a03ed7d8feebb3f18f1e535ba86094733fbab03d4ff0ea6
Contents?: true
Size: 470 Bytes
Versions: 104
Compression:
Stored size: 470 Bytes
Contents
@mixin line-through($color: $color-primary, $background: $body-bg) { position: relative; text-align: center; &:before { content: ""; position: absolute; top: calc(50% - 1px); left: 0; width: 100%; height: 1px; background: $color; z-index: 0; } > * { // usually a <span> but we'll use an * just in case padding-left: 1rem; padding-right: 1rem; position: relative; background: $background; z-index: 1; } }
Version data entries
104 entries across 104 versions & 1 rubygems