Sha256: 58f67d3aeceda9ab95efec089485314f41725652afa0d6f8208cf986abed11ad
Contents?: true
Size: 650 Bytes
Versions: 10
Compression:
Stored size: 650 Bytes
Contents
// // Popovers // -------------------------------------------------- .popover { @include box-shadow(0 2px 2px rgba($color-pf-black, (8/100))); 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; } } .popover-pf-info { color: $color-pf-black-900; &:hover, &:active { color : $color-pf-blue-500; } }
Version data entries
10 entries across 7 versions & 1 rubygems