silverstripe-framework/admin/scss/_fonts.scss
David Craig a6013ed1d0 Move filters from panel to header
- The filter panel has been removed in favour of a search menu in the header.
- The multi-select component has been updated:
  - Now called 'Bulk actions'
  - Styling updated
  - Added placeholder text / removed redundant option
  - Now also appears in SiteTree view
2015-06-23 13:08:23 +12:00

38 lines
870 B
SCSS

@font-face {
font-family: 'fontello';
src: url('../font/fontello.eot?33987583');
src: url('../font/fontello.eot?33987583#iefix') format('embedded-opentype'),
url('../font/fontello.woff?33987583') format('woff'),
url('../font/fontello.ttf?33987583') format('truetype'),
url('../font/fontello.svg?33987583#fontello') format('svg');
font-weight: normal;
font-style: normal;
}
[class^="font-icon-"],
[class*=" font-icon-"] {
&:before {
display: inline-block;
width: 1em;
margin-right: .2em;
text-align: center;
text-decoration: inherit;
text-transform: none;
font-family: "fontello";
font-style: normal;
font-weight: normal;
font-variant: normal;
speak: none;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
}
.font-icon-search:before {
content: '\e800';
}
.font-icon-list:before {
content: '\e801';
}