[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:
Charles Hacskaylo
2016-06-30 12:11:25 -07:00
parent 95d26e6fe7
commit 272b4b649e
6 changed files with 40 additions and 26 deletions

View File

@ -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 {