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-numslets.css | 152 +++++++++++++++++++++ 1 file changed, 152 insertions(+) create mode 100644 rulemgt-frontend/src/assets/framework/browser/style/icon-numslets.css (limited to 'rulemgt-frontend/src/assets/framework/browser/style/icon-numslets.css') diff --git a/rulemgt-frontend/src/assets/framework/browser/style/icon-numslets.css b/rulemgt-frontend/src/assets/framework/browser/style/icon-numslets.css new file mode 100644 index 0000000..8665604 --- /dev/null +++ b/rulemgt-frontend/src/assets/framework/browser/style/icon-numslets.css @@ -0,0 +1,152 @@ +/*! Global styles - v1.4.8 - Last updated: 2016-10-12. Copyright (c) 2016 AT&T Services, Inc.*/ +@font-face { + font-family: 'icoNumslets'; + src: url('fonts/font-icons/icon-numslets.eot?timestamp=@@timestamp'); + src: url('fonts/font-icons/icon-numslets.eot?timestamp=@@timestamp#iefix') format('embedded-opentype'), url('fonts/font-icons/icon-numslets.woff2?timestamp=@@timestamp') format('woff2'), url('fonts/font-icons/icon-numslets.woff?timestamp=@@timestamp') format('woff'), url('fonts/font-icons/icon-numslets.ttf?timestamp=@@timestamp') format('truetype'); + font-weight: normal; + font-style: normal; +} +[class*="icon-numslets-"] { + font-family: 'icoNumslets' !important; +} +.icon-numslets-casesensitive:before { + content: "\e900"; +} +.icon-numslets-casesensitiveL:before { + content: "\e901"; +} +.icon-numslets-flat-0:before { + content: "\e902"; +} +.icon-numslets-flat-1:before { + content: "\e903"; +} +.icon-numslets-flat-2:before { + content: "\e904"; +} +.icon-numslets-flat-3:before { + content: "\e905"; +} +.icon-numslets-flat-4:before { + content: "\e906"; +} +.icon-numslets-flat-5:before { + content: "\e907"; +} +.icon-numslets-flat-6:before { + content: "\e908"; +} +.icon-numslets-flat-7:before { + content: "\e909"; +} +.icon-numslets-flat-8:before { + content: "\e90a"; +} +.icon-numslets-flat-9:before { + content: "\e90b"; +} +.icon-numslets-flat-a:before { + content: "\e90c"; +} +.icon-numslets-flat-b:before { + content: "\e90d"; +} +.icon-numslets-flat-c:before { + content: "\e90e"; +} +.icon-numslets-flat-faq:before { + content: "\e90f"; +} +.icon-numslets-flat-info:before { + content: "\e910"; +} +.icon-numslets-info:before { + content: "\e911"; +} +.icon-numslets-letter-a:before { + content: "\e912"; +} +.icon-numslets-letter-b:before { + content: "\e913"; +} +.icon-numslets-letter-c:before { + content: "\e914"; +} +.icon-numslets-linear-0:before { + content: "\e915"; +} +.icon-numslets-linear-1:before { + content: "\e916"; +} +.icon-numslets-linear-2:before { + content: "\e917"; +} +.icon-numslets-linear-3:before { + content: "\e918"; +} +.icon-numslets-linear-4:before { + content: "\e919"; +} +.icon-numslets-linear-5:before { + content: "\e91a"; +} +.icon-numslets-linear-6:before { + content: "\e91b"; +} +.icon-numslets-linear-7:before { + content: "\e91c"; +} +.icon-numslets-linear-8:before { + content: "\e91d"; +} +.icon-numslets-linear-9:before { + content: "\e91e"; +} +.icon-numslets-linear-a:before { + content: "\e91f"; +} +.icon-numslets-linear-b:before { + content: "\e920"; +} +.icon-numslets-linear-c:before { + content: "\e921"; +} +.icon-numslets-linear-faq:before { + content: "\e922"; +} +.icon-numslets-linear-info:before { + content: "\e923"; +} +.icon-numslets-number-0:before { + content: "\e924"; +} +.icon-numslets-number-1:before { + content: "\e925"; +} +.icon-numslets-number-2:before { + content: "\e926"; +} +.icon-numslets-number-3:before { + content: "\e927"; +} +.icon-numslets-number-4:before { + content: "\e928"; +} +.icon-numslets-number-5:before { + content: "\e929"; +} +.icon-numslets-number-6:before { + content: "\e92a"; +} +.icon-numslets-number-7:before { + content: "\e92b"; +} +.icon-numslets-number-8:before { + content: "\e92c"; +} +.icon-numslets-number-9:before { + content: "\e92d"; +} +.icon-numslets-questionmark:before { + content: "\e92e"; +} -- cgit 1.2.3-korg