summaryrefslogtreecommitdiffstats
path: root/rulemgt-frontend/src/assets/framework/browser/style/icon-places.css
blob: 7639b6f3a4c3820c19caa8f86de69a22ef2c5974 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
/*! Global styles - v1.4.8 - Last updated: 2016-10-12. Copyright (c) 2016 AT&T Services, Inc.*/
@font-face {
  font-family: 'icoLocation';
  src: url('fonts/font-icons/icon-places.eot?timestamp=@@timestamp');
  src: url('fonts/font-icons/icon-places.eot?timestamp=@@timestamp#iefix') format('embedded-opentype'), url('fonts/font-icons/icon-places.woff2?timestamp=@@timestamp') format('woff2'), url('fonts/font-icons/icon-places.woff?timestamp=@@timestamp') format('woff'), url('fonts/font-icons/icon-places.ttf?timestamp=@@timestamp') format('truetype');
  font-weight: normal;
  font-style: normal;
}
[class*="icon-location-"] {
  font-family: 'icoLocation' !important;
}
.icon-location-global:before {
  content: "\e900";
}
.icon-location-globalL:before {
  content: "\e901";
}
.icon-location-minus:before {
  content: "\e902";
}
.icon-location-minusL:before {
  content: "\e903";
}
.icon-location-plus:before {
  content: "\e904";
}
.icon-location-plusL:before {
  content: "\e905";
}
.icon-location-map:before {
  content: "\e906";
}
.icon-location-mapL:before {
  content: "\e907";
}
.icon-location-pinpoint:before {
  content: "\e908";
}
.icon-location-pinpointL:before {
  content: "\e909";
}
.icon-location-pointsofinterest:before {
  content: "\e90a";
}
.icon-location-pointsofinterestL:before {
  content: "\e90b";
}
.icon-location-position:before {
  content: "\e90c";
}
.icon-location-positionL:before {
  content: "\e90d";
}
.icon-location-unitedstates:before {
  content: "\e90e";
}
.icon-location-unitedstatesL:before {
  content: "\e90f";
}
.icon-location-addgeofence:before {
  content: "\e910";
}
.icon-location-edit:before {
  content: "\e911";
}
.icon-location-editmap:before {
  content: "\e912";
}
.icon-location-geofence:before {
  content: "\e913";
}
.icon-location-terrain:before {
  content: "\e914";
}