mirror of
https://github.com/nasa/openmct.git
synced 2025-06-18 15:18:12 +00:00
[Frontend] Refactoring glyphs to classes
fixes #1047 In progress: moved limits classes out of _contants and into _glyphs; timers, entanglement context menu items, form validation, date picker.
This commit is contained in:
@ -444,17 +444,13 @@ input[type="search"] {
|
||||
width: $pagerW;
|
||||
@extend .ui-symbol;
|
||||
&.prev {
|
||||
@extend .icon-arrow-left;
|
||||
right: auto;
|
||||
&:before {
|
||||
content: "\e903";
|
||||
}
|
||||
}
|
||||
&.next {
|
||||
@extend .icon-arrow-right;
|
||||
left: auto;
|
||||
text-align: right;
|
||||
&:before {
|
||||
content: "\e903";
|
||||
}
|
||||
}
|
||||
}
|
||||
.val {
|
||||
|
Reference in New Issue
Block a user