Elastic: Unify some icons

This commit is contained in:
Aleksander Machniak 2019-03-26 12:08:13 +01:00
parent 6b7b6ce715
commit 3748f11815
3 changed files with 4 additions and 4 deletions

View file

@ -23,7 +23,7 @@
.menu {
a.calendarlink:before {
.font-icon-regular(@fa-var-calendar);
content: @fa-var-calendar-alt;
}
a.send:before {

View file

@ -21,9 +21,9 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
.menu.listing li {
.menu {
a.appendnote:before {
.font-icon-regular(@fa-var-sticky-note);
content: @fa-var-sticky-note;
}
}

View file

@ -26,7 +26,7 @@
a.tasklist:before,
a.tasklistlink:before,
a.taskaddlink:before {
.font-icon-regular(@fa-var-calendar-check);
content: @fa-var-calendar-check;
}
}