Sha256: 8bc3f7e2436db207f2d1ef16e2e2bbba25263189f4c21761718a9ad6f5b0eae4
Contents?: true
Size: 951 Bytes
Versions: 21
Compression:
Stored size: 951 Bytes
Contents
@mixin bootstrap-tooltip-color($color) { .tooltip-inner{ background-color: $color; } &.tooltip-top, &.bs-tether-element-attached-bottom { .tooltip-arrow { border-top-color: $color; } } &.tooltip-right, &.bs-tether-element-attached-left { .tooltip-arrow { border-right-color: $color; } } &.tooltip-bottom, &.bs-tether-element-attached-top { .tooltip-arrow { border-bottom-color: $color; } } &.tooltip-left, &.bs-tether-element-attached-right { .tooltip-arrow { border-left-color: $color; } } } .tooltip { pointer-events: none; &.action-edit, &.action-save, &.action-capture, &.action-add { @include bootstrap-tooltip-color($brand-success); } &.action-clone { @include bootstrap-tooltip-color($brand-warning); } &.action-void, &.action-failure, &.action-cancel, &.action-remove { @include bootstrap-tooltip-color($brand-danger); } }
Version data entries
21 entries across 21 versions & 1 rubygems