add outcome drawer icons

test plan:
go to stylguide (http://localhost:3000/styleguide#icons)
and verify that .icon-arrow-open-right and .icon-arrow-open-left
icons are visible and that classes are correct

Change-Id: Iac2eb10c179d86e28ea2c5d453d769a95ade7ccc
Reviewed-on: https://gerrit.instructure.com/29865
Tested-by: Jenkins <jenkins@instructure.com>
QA-Review: Matt Fairbourn <mfairbourn@instructure.com>
Reviewed-by: Braden Anderson <banderson@instructure.com>
Product-Review: Patrick Cox <rpatrickcox@gmail.com>
This commit is contained in:
Patrick Cox 2014-02-10 10:16:37 -07:00 committed by Patrick Cox
parent 08bb47f708
commit e84d858129
6 changed files with 2843 additions and 901 deletions

View File

@ -243,6 +243,10 @@ Either use `<a>` with icon desired icon class added or insert `<i>` inside `<but
<span class="span3"><i class="icon-drag-handle"></i> icon-drag-handle</span>
<span class="span3"><i class="icon-remove-from-collection"></i> icon-remove-from-collection</span>
</div>
<div class="row-fluid">
<span class="span3"><i class="icon-arrow-open-right"></i> icon-arrow-open-right</span>
<span class="span3"><i class="icon-arrow-open-left"></i> icon-arrow-open-left</span>
</div>
*/
// add icon font
@ -484,6 +488,8 @@ h1, h2, h3, h4, .h1, .h2, .h3, .h4, p {
.icon-reply-all-2:before { content: "\e104" }
.icon-drag-handle:before { content: "\e105" }
.icon-remove-from-collection:before { content: "\e106" }
.icon-arrow-open-right:before { content: "\e107" }
.icon-arrow-open-left:before { content: "\e108" }
// deprecated in favor of .screenreader-only, which is meant to be usable anywhere
span.screen-reader-text {

2679
public/font/canvas/canvas-font-for-icomoon.json Normal file → Executable file

File diff suppressed because one or more lines are too long

BIN
public/font/canvas/canvas-webfont.eot Normal file → Executable file

Binary file not shown.

1059
public/font/canvas/canvas-webfont.svg Normal file → Executable file

File diff suppressed because one or more lines are too long

Before

Width:  |  Height:  |  Size: 121 KiB

After

Width:  |  Height:  |  Size: 107 KiB

BIN
public/font/canvas/canvas-webfont.ttf Normal file → Executable file

Binary file not shown.

BIN
public/font/canvas/canvas-webfont.woff Normal file → Executable file

Binary file not shown.