UNPKG

patternfly

Version:

This reference implementation of PatternFly is based on [Bootstrap v3](http://getbootstrap.com/). Think of PatternFly as a "skinned" version of Bootstrap with additional components and customizations.

17 lines (14 loc) 368 B
// // Close icons // -------------------------------------------------- //this should no longer be needed and be replaced with pficon-close. This is here for legacy. For further info see https://github.com/patternfly/patternfly/pull/781 .close { text-shadow: none; z-index: 1; position: relative; .opacity(.6); &:hover, &:focus { .opacity(.9); } }