Sha256: 9fbeec4b7189a6b95b9cbedfce8d58b426d70ab319af507c0c1b2b0ac38d1a3e
Contents?: true
Size: 1.02 KB
Versions: 80
Compression:
Stored size: 1.02 KB
Contents
// // Popovers // -------------------------------------------------- .popover { @include box-shadow(0 2px 2px rgba($color-pf-black, (8/100))); padding: 0; &.bottom { .popover-title:before { content:""; position: absolute; top: $popover-position-top; left: 50%; transform: translateX(-50%); border-top-width: $popover-border-top-width; border-width: $popover-border-width; border-color: transparent; border-bottom-color: $popover-border-bottom-color; border-style: solid; } } } .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
80 entries across 40 versions & 1 rubygems