Sha256: ca4d2707f93af2d4503d826635e9a2b21089bb2657270a42f3007b23281bcfac

Contents?: true

Size: 518 Bytes

Versions: 2

Compression:

Stored size: 518 Bytes

Contents

//
// Popovers
// --------------------------------------------------

.popover {
  @include box-shadow(0 2px 2px rgba(0,0,0,.08));
  padding: 0;
}

.popover-content {
  color: $gray-pf;
  line-height: 18px;
  padding: 10px 14px;
}

.popover-title {
  border-bottom: none;
  border-radius: 0;
  color: $gray-pf;
  font-size: $font-size-base + 1;
  font-weight: 700;
  min-height: 34px;
  .close {
    height: 22px;
    position: absolute;
    right: 8px;
    top: 6px;
  }
  &.closable {
    padding-right: 30px;
  }
}

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
patternfly-sass-2.8.0 assets/stylesheets/patternfly/_popovers.scss
patternfly-sass-2.7.0 assets/stylesheets/patternfly/_popovers.scss