Sha256: 52c22e7b5060f94fd3f5cb955d03deb7f4ab35ec43e6ea4d1c94648f5dffcfad

Contents?: true

Size: 1.38 KB

Versions: 1

Compression:

Stored size: 1.38 KB

Contents

@charset "UTF-8";

@font-face {
  font-family: 'Alchemy Icons';
  src: url("/assets/alchemy-icons.eot?23044784");
  src: url("/assets/alchemy-icons.eot?23044784#iefix") format('embedded-opentype'),
       url("/assets/alchemy-icons.woff?23044784") format('woff'),
       url("/assets/alchemy-icons.ttf?23044784") format('truetype'),
       url("/assets/alchemy-icons.svg?23044784#alchemy") format('svg');
  font-weight: normal;
  font-style: normal;
}

.icon-plus,
.icon-expand,
.icon-collapse,
.icon-cancel:before,
.icon-reload:before,
.icon-tag,
.icon-fullscreen:before,
.icon-exit-fullscreen:before,
.icon-double-arrow,
.icon-search {
  font-family: 'Alchemy Icons';
  font-size: 12px;
  font-style: normal;
  font-weight: normal;
  speak: none;
  text-decoration: none;
  width: 12px;
  color: #666;
  text-align: center;
  line-height: 1em;
  @include inline-block;
}

.icon-plus:before { content: '\e804' } /* '' */
.icon-expand:before { content: '\229e' }
.icon-collapse:before { content: '\229f' } /* '⊟' */
.icon-cancel:before { content: '\e803' } /* '' */
.icon-reload:before { content: '\27f2' } /* '⟲' */
.icon-tag:before { content: '\e801' } /* '' */
.icon-fullscreen:before { content: '\e802' } /* '' */
.icon-exit-fullscreen:before { content: '\e800' } /* '' */
.icon-double-arrow:before { content: '\e74f' } /* '' */
.icon-search:before { content: '\1f50e' } /* '\1f50e' */

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
alchemy_cms-2.6.0.rc5 app/assets/stylesheets/alchemy/fonts.scss