From 19a11640b3ed8d770fd1cb6f296c4c0e793cdb2a Mon Sep 17 00:00:00 2001 From: GuangrongFu Date: Tue, 18 Sep 2018 17:30:18 +0800 Subject: Changed the Style of GUI Change-Id: Ie30363f6358639c660f49585aa03d243b560e444 Issue-ID: HOLMES-148 Signed-off-by: GuangrongFu --- .../framework/browser/style/icon-speechbubbles.css | 96 ++++++++++++++++++++++ 1 file changed, 96 insertions(+) create mode 100644 rulemgt-frontend/src/assets/framework/browser/style/icon-speechbubbles.css (limited to 'rulemgt-frontend/src/assets/framework/browser/style/icon-speechbubbles.css') 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"; +} -- cgit 1.2.3-korg