Sha256: dbcf18d9e4fb6146afa24556d4c7c55a4e8dc445d83abbc481503270704189ed
Contents?: true
Size: 538 Bytes
Versions: 3
Compression:
Stored size: 538 Bytes
Contents
@mixin popover-style($background-color, $color){ background-color: $background-color; color: $white-color; .popover-title{ background-color: $background-color; color: $color; } &.bottom .arrow:after{ border-bottom-color: $background-color; } &.left > .arrow::after{ border-left-color: $background-color; } &.top > .arrow::after{ border-top-color: $background-color; } &.right > .arrow::after{ border-right-color: $background-color; } }
Version data entries
3 entries across 3 versions & 3 rubygems