summaryrefslogtreecommitdiffstats
path: root/rulemgt-frontend/src/assets/framework/browser/style/icon-speechbubbles.css
diff options
context:
space:
mode:
Diffstat (limited to 'rulemgt-frontend/src/assets/framework/browser/style/icon-speechbubbles.css')
-rw-r--r--rulemgt-frontend/src/assets/framework/browser/style/icon-speechbubbles.css96
1 files changed, 96 insertions, 0 deletions
diff --git a/rulemgt-frontend/src/assets/framework/browser/style/icon-speechbubbles.css b/rulemgt-frontend/src/assets/framework/browser/style/icon-speechbubbles.css
new file mode 100644
index 0000000..da0e88c
--- /dev/null
+++ b/rulemgt-frontend/src/assets/framework/browser/style/icon-speechbubbles.css
@@ -0,0 +1,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";
+}