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-buildings.css | 161 +++++++++++++++++++++ 1 file changed, 161 insertions(+) create mode 100644 rulemgt-frontend/src/assets/framework/browser/style/icon-buildings.css (limited to 'rulemgt-frontend/src/assets/framework/browser/style/icon-buildings.css') diff --git a/rulemgt-frontend/src/assets/framework/browser/style/icon-buildings.css b/rulemgt-frontend/src/assets/framework/browser/style/icon-buildings.css new file mode 100644 index 0000000..99ef02e --- /dev/null +++ b/rulemgt-frontend/src/assets/framework/browser/style/icon-buildings.css @@ -0,0 +1,161 @@ +/*! Global styles - v1.4.8 - Last updated: 2016-10-12. Copyright (c) 2016 AT&T Services, Inc.*/ +@font-face { + font-family: 'icoBuilding'; + src: url('fonts/font-icons/icon-buildings.eot?timestamp=@@timestamp'); + src: url('fonts/font-icons/icon-buildings.eot?timestamp=@@timestamp#iefix') format('embedded-opentype'), url('fonts/font-icons/icon-buildings.woff2?timestamp=@@timestamp') format('woff2'), url('fonts/font-icons/icon-buildings.woff?timestamp=@@timestamp') format('woff'), url('fonts/font-icons/icon-buildings.ttf?timestamp=@@timestamp') format('truetype'); + font-weight: normal; + font-style: normal; +} +[class*="icon-building-"] { + font-family: 'icoBuilding' !important; +} +.icon-building-att-store:before { + content: "\e900"; +} +.icon-building-att-storeL:before { + content: "\e901"; +} +.icon-building-away:before { + content: "\e902"; +} +.icon-building-awayL:before { + content: "\e903"; +} +.icon-building-city:before { + content: "\e904"; +} +.icon-building-cityL:before { + content: "\e905"; +} +.icon-building-door:before { + content: "\e906"; +} +.icon-building-doorL:before { + content: "\e907"; +} +.icon-building-drapes:before { + content: "\e908"; +} +.icon-building-factory:before { + content: "\e909"; +} +.icon-building-factoryL:before { + content: "\e90a"; +} +.icon-building-financial-institution:before { + content: "\e90b"; +} +.icon-building-financial-institutionL:before { + content: "\e90c"; +} +.icon-building-garage:before { + content: "\e90d"; +} +.icon-building-garagedoorsensor:before { + content: "\e90e"; +} +.icon-building-garagedoorsensorL:before { + content: "\e90f"; +} +.icon-building-garageL:before { + content: "\e910"; +} +.icon-building-government:before { + content: "\e911"; +} +.icon-building-governmentL:before { + content: "\e912"; +} +.icon-building-home:before { + content: "\e913"; +} +.icon-building-homeL:before { + content: "\e914"; +} +.icon-building-home-sec-auto:before { + content: "\e915"; +} +.icon-building-home-sec-autoL:before { + content: "\e916"; +} +.icon-building-hotel:before { + content: "\e917"; +} +.icon-building-hotelL:before { + content: "\e918"; +} +.icon-building-largebuilding:before { + content: "\e919"; +} +.icon-building-largebuildingL:before { + content: "\e91a"; +} +.icon-building-largehouse:before { + content: "\e91b"; +} +.icon-building-largehouseL:before { + content: "\e91c"; +} +.icon-building-medicalfacility:before { + content: "\e91d"; +} +.icon-building-medicalfacilityL:before { + content: "\e91e"; +} +.icon-building-midsizedbuilding:before { + content: "\e91f"; +} +.icon-building-midsizedbuildingL:before { + content: "\e920"; +} +.icon-building-mobileworkplace:before { + content: "\e921"; +} +.icon-building-mobileworkplaceL:before { + content: "\e922"; +} +.icon-building-shades:before { + content: "\e923"; +} +.icon-building-shadesclosed:before { + content: "\e924"; +} +.icon-building-shadesL:before { + content: "\e925"; +} +.icon-building-smallbuilding:before { + content: "\e926"; +} +.icon-building-smallbuildingL:before { + content: "\e927"; +} +.icon-building-smallbusiness:before { + content: "\e928"; +} +.icon-building-smallbusinessL:before { + content: "\e929"; +} +.icon-building-stadium:before { + content: "\e92a"; +} +.icon-building-stadiumL:before { + content: "\e92b"; +} +.icon-building-takeoverrange:before { + content: "\e92c"; +} +.icon-building-takeoverrangeL:before { + content: "\e92d"; +} +.icon-building-totalhomedvr:before { + content: "\e92e"; +} +.icon-building-totalhomedvrL:before { + content: "\e92f"; +} +.icon-building-warehouse:before { + content: "\e930"; +} +.icon-building-warehouseL:before { + content: "\e931"; +} -- cgit 1.2.3-korg