summaryrefslogtreecommitdiffstats
path: root/rulemgt-frontend/src/assets/framework/browser/style/icon-speechbubbles.css
blob: da0e88c52cd27172e71406b3af3614e133eb617a (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
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
/*! Global styles - v1.4.8 - Last updated: 2016-10-12. Copyright (c) 2016 AT&T Services, Inc.*/
@font-face {
  font-family: 'icoBubble';
  src: url('fonts/font-icons/icon-speechbubbles.eot?timestamp=@@timestamp');
  src: url('fonts/font-icons/icon-speechbubbles.eot?timestamp=@@timestamp#iefix') format('embedded-opentype'), url('fonts/font-icons/icon-speechbubbles.woff2?timestamp=@@timestamp') format('woff2'), url('fonts/font-icons/icon-speechbubbles.woff?timestamp=@@timestamp') format('woff'), url('fonts/font-icons/icon-speechbubbles.ttf?timestamp=@@timestamp') format('truetype');
  font-weight: normal;
  font-style: normal;
}
[class*="icon-bubble-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icoBubble' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  color: #009fdb;
  font-size: 36px;
  vertical-align: middle;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-bubble-messaging:before {
  content: "\ec92";
}
.icon-bubble-messagingL:before {
  content: "\ec91";
}
.icon-bubble-message:before {
  content: "\ec90";
}
.icon-bubble-messagesL:before {
  content: "\ec8f";
}
.icon-bubble-hello:before {
  content: "\ec8e";
}
.icon-bubble-helloL:before {
  content: "\ec8d";
}
.icon-bubble-bye:before {
  content: "\ec8c";
}
.icon-bubble-byeL:before {
  content: "\ec8b";
}
.icon-bubble-autoconferencing:before {
  content: "\ec8a";
}
.icon-bubble-autoconferencingL:before {
  content: "\ec89";
}
.icon-bubble-commentcheck:before {
  content: "\ec88";
}
.icon-bubble-commentcheckL:before {
  content: "\ec87";
}
.icon-bubble-notifications:before {
  content: "\ec86";
}
.icon-bubble-notificationsL:before {
  content: "\ec85";
}
.icon-bubble-soundmessage:before {
  content: "\ec84";
}
.icon-bubble-soundmessageL:before {
  content: "\ec83";
}
.icon-bubble-textnotification:before {
  content: "\ec82";
}
.icon-bubble-textnotificationL:before {
  content: "\ec81";
}
.icon-bubble-videoconferencing:before {
  content: "\ec7b";
}
.icon-bubble-videoconferencingL:before {
  content: "\ec7c";
}
.icon-bubble-voicemailmessage:before {
  content: "\ec7d";
}
.icon-bubble-voicemailmessageL:before {
  content: "\ec7e";
}
.icon-bubble-webconferencing:before {
  content: "\ec7f";
}
.icon-bubble-webconferencingL:before {
  content: "\ec80";
}