mirror of
https://github.com/nasa/openmct.git
synced 2025-03-11 06:54:01 +00:00
[Frontend] Refactoring glyphs to classes
Fixes #1047 In-progress; limits
This commit is contained in:
parent
26b30d96db
commit
95d26e6fe7
@ -138,6 +138,6 @@ $browseToEditAnimMs: 400ms;
|
||||
$editBorderPulseMs: 500ms;
|
||||
|
||||
/************************** LIMITS */
|
||||
$glyphLimit: '\e901';
|
||||
$glyphLimitUpr: '\e905';
|
||||
$glyphLimitLwr: '\e908';
|
||||
$glyphLimit: $glyph-icon-alert-triangle;
|
||||
$glyphLimitUpr: $glyph-icon-arrow-double-up;
|
||||
$glyphLimitLwr: $glyph-icon-arrow-double-down;
|
||||
|
Loading…
x
Reference in New Issue
Block a user