mirror of https://github.com/keeweb/keeweb
icons adjustment
parent
01ceb6dc37
commit
f70dfaaa28
|
@ -8,7 +8,7 @@ const IconMap = [
|
|||
'puzzle-piece',
|
||||
'edit',
|
||||
'plug',
|
||||
'newspaper',
|
||||
'address-card',
|
||||
'paperclip',
|
||||
'camera',
|
||||
'wifi',
|
||||
|
@ -22,7 +22,7 @@ const IconMap = [
|
|||
'cog',
|
||||
'clipboard',
|
||||
'paper-plane',
|
||||
'address-card',
|
||||
'newspaper',
|
||||
'bolt',
|
||||
'inbox',
|
||||
'save',
|
||||
|
@ -31,7 +31,7 @@ const IconMap = [
|
|||
'user-lock',
|
||||
'terminal',
|
||||
'print',
|
||||
'map-signs',
|
||||
'project-diagram',
|
||||
'flag-checkered',
|
||||
'wrench',
|
||||
'laptop',
|
||||
|
@ -66,7 +66,7 @@ const IconMap = [
|
|||
'apple',
|
||||
'wikipedia-w',
|
||||
'dollar-sign',
|
||||
'calendar',
|
||||
'signature',
|
||||
'mobile'
|
||||
];
|
||||
|
||||
|
|
|
@ -101,6 +101,7 @@ $fa-var-battery-three-quarters: next-fa-glyph();
|
|||
$fa-var-bars: next-fa-glyph();
|
||||
$fa-var-barcode: next-fa-glyph();
|
||||
$fa-var-certificate: next-fa-glyph();
|
||||
$fa-var-signature: next-fa-glyph();
|
||||
$fa-var-bullseye: next-fa-glyph();
|
||||
$fa-var-desktop: next-fa-glyph();
|
||||
$fa-var-envelope: next-fa-glyph();
|
||||
|
@ -114,7 +115,7 @@ $fa-var-dot-circle: next-fa-glyph();
|
|||
$fa-var-user-lock: next-fa-glyph();
|
||||
$fa-var-terminal: next-fa-glyph();
|
||||
$fa-var-print: next-fa-glyph();
|
||||
$fa-var-map-signs: next-fa-glyph();
|
||||
$fa-var-project-diagram: next-fa-glyph();
|
||||
$fa-var-flag-checkered: next-fa-glyph();
|
||||
$fa-var-wrench: next-fa-glyph();
|
||||
$fa-var-laptop: next-fa-glyph();
|
||||
|
@ -146,7 +147,6 @@ $fa-var-map-pin: next-fa-glyph();
|
|||
$fa-var-apple: next-fa-glyph();
|
||||
$fa-var-wikipedia-w: next-fa-glyph();
|
||||
$fa-var-dollar-sign: next-fa-glyph();
|
||||
$fa-var-calendar: next-fa-glyph();
|
||||
$fa-var-mobile: next-fa-glyph();
|
||||
$fa-var-spinner: next-fa-glyph();
|
||||
$fa-var-minus-circle: next-fa-glyph();
|
||||
|
|
Loading…
Reference in New Issue