From 7555eab1e32be37d42b1287fc137544f3b4bbad7 Mon Sep 17 00:00:00 2001 From: Charles Hacskaylo Date: Tue, 1 Aug 2017 15:43:32 -0700 Subject: [PATCH] [Glyphs] Bring in updated version of glyphs Add glyphs from summary widgets --- platform/commonUI/general/res/sass/_glyphs.scss | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/platform/commonUI/general/res/sass/_glyphs.scss b/platform/commonUI/general/res/sass/_glyphs.scss index b341f021af..8588794120 100644 --- a/platform/commonUI/general/res/sass/_glyphs.scss +++ b/platform/commonUI/general/res/sass/_glyphs.scss @@ -44,6 +44,8 @@ $glyph-icon-plus: '\e926'; $glyph-icon-trash: '\e927'; $glyph-icon-x: '\e928'; $glyph-icon-brackets: '\e929'; +$glyph-icon-crosshair: '\e930'; +$glyph-icon-grippy: '\e931'; $glyph-icon-arrows-out: '\e1000'; $glyph-icon-arrows-right-left: '\e1001'; $glyph-icon-arrows-up-down: '\e1002'; @@ -116,6 +118,7 @@ $glyph-icon-timeline: '\e1126'; $glyph-icon-timer: '\e1127'; $glyph-icon-topic: '\e1128'; $glyph-icon-box-with-dashed-lines: '\e1129'; +$glyph-icon-summary-widget: '\e1130'; /************************** 16 PX CLASSES */ @@ -149,6 +152,7 @@ $glyph-icon-box-with-dashed-lines: '\e1129'; .icon-trash { @include glyphBefore($glyph-icon-trash); } .icon-x { @include glyphBefore($glyph-icon-x); } .icon-brackets { @include glyphBefore($glyph-icon-brackets); } +.icon-grippy { @include glyphBefore($glyph-icon-grippy); } .icon-arrows-out { @include glyphBefore($glyph-icon-arrows-out); } .icon-arrows-right-left { @include glyphBefore($glyph-icon-arrows-right-left); } .icon-arrows-up-down { @include glyphBefore($glyph-icon-arrows-up-down); } @@ -221,6 +225,7 @@ $glyph-icon-box-with-dashed-lines: '\e1129'; .icon-timer { @include glyphBefore($glyph-icon-timer); } .icon-topic { @include glyphBefore($glyph-icon-topic); } .icon-box-with-dashed-lines { @include glyphBefore($glyph-icon-box-with-dashed-lines); } +.icon-summary-widget { @include glyphBefore($glyph-icon-summary-widget); } /************************** 12 PX CLASSES */