Sha256: 79685dbb809489dad73faf12851ba85e06746a1be1ffe9df9b1fc7b9d184c157
Contents?: true
Size: 1.58 KB
Versions: 4
Compression:
Stored size: 1.58 KB
Contents
@font-face { font-family: 'icomoon'; src:url('/assets/icomoon.eot?r2fa9x'); src:url('/assets/icomoon.eot?#iefixr2fa9x') format('embedded-opentype'), url('/assets/icomoon.woff?r2fa9x') format('woff'), url('/assets/icomoon.ttf?r2fa9x') format('truetype'), url('/assets/icomoon.svg?r2fa9x#icomoon') format('svg'); font-weight: normal; font-style: normal; } @-webkit-keyframes icon-spin { 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } 100% { -webkit-transform: rotate(359deg); transform: rotate(359deg); } } @keyframes icon-spin { 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } 100% { -webkit-transform: rotate(359deg); transform: rotate(359deg); } } .icon-spin { -webkit-animation: icon-spin 2s infinite linear; animation: icon-spin 2s infinite linear; } [class^="icon-"], [class*=" icon-"] { font-family: 'icomoon'; speak: none; font-style: normal; font-weight: normal; font-variant: normal; text-transform: none; line-height: 1; padding-right: 1rem; /* Better Font Rendering =========== */ -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; } .icon-cancel:before { content: "\e601"; } .icon-radio-button-off:before { content: "\e605"; } .icon-radio-button-on:before { content: "\e606"; } .icon-out:before { content: "\e604"; } .icon-warning:before { content: "\e602"; } .icon-info:before { content: "\e600"; } .icon-cw:before { content: "\e607"; } .icon-help-with-circle:before { content: "\e603"; } .icon-loop2:before { content: "\ea2e"; } .icon-share:before { content: "\ea7d"; }
Version data entries
4 entries across 4 versions & 1 rubygems