Sha256: cab127553eca42442d0c4073cd03d36593e8ba6cf10c72b1acb015f92ba655cb

Contents?: true

Size: 538 Bytes

Versions: 1

Compression:

Stored size: 538 Bytes

Contents

.tooltip {

  &.bs-tooltip-right .arrow:before {
    border-right-color: $tooltip-bg;
  }

  &.bs-tooltip-top .arrow:before {
    border-top-color: $tooltip-bg;
  }

  &.bs-tooltip-bottom .arrow:before {
    border-bottom-color: $tooltip-bg;
  }

  &.bs-tooltip-left .arrow:before {
    border-left-color: $tooltip-bg;
  }
}

.tooltip-inner {
  padding: $padding-base-vertical 0;
  min-width: 100px;
  background-color: $tooltip-bg;
  font-size: $font-size-small;
  color: $tooltip-color;
  box-shadow: 0 5px 25px 0 rgba(0, 0, 0, .2);
}

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
kiso_themes-1.0.2 lib/sass/kiso_themes/_core/_tooltips.scss