|
@@ -76,6 +76,11 @@
|
|
|
background-size: contain;
|
|
|
}
|
|
|
|
|
|
+.icon-phone-blue {
|
|
|
+ background: transparent url(@/assets/image/icon/icon-phone-blue.png) no-repeat center;
|
|
|
+ background-size: contain;
|
|
|
+}
|
|
|
+
|
|
|
.icon-talk-gray {
|
|
|
background: transparent url(@/assets/image/icon/icon-talk-gray.png) no-repeat center;
|
|
|
background-size: contain;
|
|
@@ -155,3 +160,16 @@
|
|
|
// background: transparent url(@/assets/image/icon/icon-add.png) no-repeat center;
|
|
|
// background-size: contain;
|
|
|
//}
|
|
|
+
|
|
|
+.icon-data-download {
|
|
|
+ background-image: url(@/assets/image/icon/ent/data-download.png);
|
|
|
+ background-size: contain;
|
|
|
+}
|
|
|
+.icon-flexible-selection {
|
|
|
+ background-image: url(@/assets/image/icon/ent/flexible-selection@2x.png);
|
|
|
+ background-size: contain;
|
|
|
+}
|
|
|
+.icon-ent-info {
|
|
|
+ background-image: url(@/assets/image/icon/ent/ent-info@2x.png);
|
|
|
+ background-size: contain;
|
|
|
+}
|