@narmi/design_system 6.14.0 → 6.16.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,15 +1,15 @@
1
1
  @font-face {
2
- font-family: "icomoon";
3
- src: url("./fonts/icomoon.woff") format("woff");
2
+ font-family: 'icomoon';
3
+ src:
4
+ url('fonts/icomoon.woff?occl8o') format('woff');
4
5
  font-weight: normal;
5
6
  font-style: normal;
6
7
  font-display: block;
7
8
  }
8
9
 
9
- [class^="narmi-icon-"],
10
- [class*=" narmi-icon-"] {
10
+ [class^="narmi-icon-"], [class*=" narmi-icon-"] {
11
11
  /* use !important to prevent issues with browser extensions that change fonts */
12
- font-family: "icomoon" !important;
12
+ font-family: 'icomoon' !important;
13
13
  speak: never;
14
14
  font-style: normal;
15
15
  font-weight: normal;
@@ -22,9 +22,6 @@
22
22
  -moz-osx-font-smoothing: grayscale;
23
23
  }
24
24
 
25
- .narmi-icon-hourglass:before {
26
- content: "\ea50";
27
- }
28
25
  .narmi-icon-bank:before {
29
26
  content: "\ea4c";
30
27
  }
@@ -71,6 +68,9 @@
71
68
  .narmi-icon-profile:before {
72
69
  content: "\e923";
73
70
  }
71
+ .narmi-icon-hourglass:before {
72
+ content: "\ea50";
73
+ }
74
74
  .narmi-icon-plane:before {
75
75
  content: "\ea4d";
76
76
  }
@@ -1031,6 +1031,9 @@
1031
1031
  .narmi-icon-credit-card:before {
1032
1032
  content: "\e93f";
1033
1033
  }
1034
+ .narmi-icon-admin-user-2:before {
1035
+ content: "\ea51";
1036
+ }
1034
1037
  .narmi-icon-office:before {
1035
1038
  content: "\e904";
1036
1039
  }