Sha256: 7e8a16d1ff8d6712cc5c6ab220284e0ecb78fec003db06cd3acb9a189555ad11
Contents?: true
Size: 792 Bytes
Versions: 5
Compression:
Stored size: 792 Bytes
Contents
// // Icons // .rf-icon { position: relative; top: 1px; display: inline-block; font-family: 'Glyphicons Halflings'; font-style: normal; font-weight: normal; line-height: 1; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; } .rf-icon--pending:after { color: $stormy; content: "\e083"; } .rf-icon--success:after { content: "\e084"; color: $green; } .rf-icon--failure:after { content: "\e083"; color: $red; } .rf-icon--ongoing { // @include rf-loader( $white, 14px ); border: 3px solid $blue-bright; border-radius: 100%; height: 14px; width: 14px; } .rf-icon--irrelevant:after { content: "\2212"; color: $stormy; } // Grip Icon .rf-icon--grip { cursor: -webkit-grab; &:active { cursor: -webkit-grabbing; } }
Version data entries
5 entries across 5 versions & 1 rubygems