Sha256: 34eba70c868314777fc351021e33437e18be543334636ed5be6a3b02574bb32b

Contents?: true

Size: 644 Bytes

Versions: 2

Compression:

Stored size: 644 Bytes

Contents

.material-tooltip {
    padding: 10px 8px;
    font-size: 1rem;
    z-index: 2000;
    background-color: transparent;
    border-radius: 2px;
    color: #fff;
    min-height: 36px;
    line-height: 120%;
    opacity: 0;
    display: none;
    position: absolute;
    text-align: center;
    max-width: calc(100% - 4px);
    overflow: hidden;
    left:0;
    top:0;
    will-change: top, left;
}

.backdrop {
  position: absolute;
  opacity: 0;
  display: none;
  height: 7px;
  width: 14px;
  border-radius: 0 0 14px 14px;
  background-color: #323232;
  z-index: -1;
  @include transform-origin( 50% 10%);

  will-change: transform, opacity;
}

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
materialize-sass-0.97.3 app/assets/stylesheets/materialize/components/_tooltip.scss
materialize-sass-0.97.2 app/assets/stylesheets/materialize/components/_tooltip.scss