Sha256: 77e3e7ff758971f6e820a38e21820a305d92c452f0129df2afde2d0d5e962c86
Contents?: true
Size: 504 Bytes
Versions: 4
Compression:
Stored size: 504 Bytes
Contents
@mixin popover-color($color, $text-color) { background-color: $color; color: $text-color; &.bs-tether-element-attached-right:after{ border-left-color:$color; } &.bs-tether-element-attached-top:after{ border-bottom-color:$color; } &.bs-tether-element-attached-bottom:after{ border-top-color:$color; } &.bs-tether-element-attached-left:after{ border-right-color:$color; } .popover-title{ color: $text-color; } }
Version data entries
4 entries across 4 versions & 1 rubygems