12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455 |
- @charset "utf-8";
- /* CSS Document */
- /*아이콘클래스 추가*/
- .dx-icon-energy {
- background:url(../../images/custom/ibems_light/top_menu_01.png) no-repeat;
- }
- .dx-icon-analysis {
- background:url(../../images/custom/ibems_light/top_menu_02.png) no-repeat;
- }
- .dx-icon-fms {
- background:url(../../images/custom/ibems_light/top_menu_03.png) no-repeat;
- }
- .dx-icon-configuration {
- background:url(../../images/custom/ibems_light/top_menu_04.png) no-repeat;
- }
- .dx-icon-site {
- background:url(../../images/custom/ibems_light/top_menu_05.png) no-repeat;
- }
- .dx-icon-review {
- background:url(../../images/custom/ibems_light/top_menu_06.png) no-repeat;
- }
- .dx-icon-analysis-ex {
- background:url(../../images/custom/ibems_light/top_menu_07.png) no-repeat;
- }
- .dx-icon-energy-ex {
- background:url(../../images/custom/ibems_light/top_menu_08.png) no-repeat;
- }
- .dx-icon-energy-analysis {
- background:url(../../images/custom/ibems_light/top_menu_09.png) no-repeat;
- }
- .dx-icon-customer-center {
- background:url(../../images/custom/ibems_light/top_menu_10.png) no-repeat;
- }
- .dx-icon-plan-establishment {
- background:url(../../images/custom/ibems_light/top_menu_11.png) no-repeat;
- }
- .dx-icon-configuration-certi {
- background:url(../../images/custom/ibems_light/top_menu_12.png) no-repeat;
- }
- .dx-icon-building-information {
- background:url(../../images/custom/ibems_light/top_menu_02.png) no-repeat;
- }
|