diff --git a/modules/worker/front/descriptor/index.js b/modules/worker/front/descriptor/index.js
index a53528ef26..446f8167cd 100644
--- a/modules/worker/front/descriptor/index.js
+++ b/modules/worker/front/descriptor/index.js
@@ -1,6 +1,6 @@
import ngModule from '../module';
import Descriptor from 'salix/components/descriptor';
-
+import './style.scss';
class Controller extends Descriptor {
constructor($element, $, $rootScope) {
super($element, $);
diff --git a/modules/worker/front/descriptor/style.scss b/modules/worker/front/descriptor/style.scss
new file mode 100644
index 0000000000..6db663ae3d
--- /dev/null
+++ b/modules/worker/front/descriptor/style.scss
@@ -0,0 +1,6 @@
+vn-worker-descriptor {
+ vn-icon.tel {
+ font-size: 1.1em;
+ vertical-align: bottom;
+ }
+}
\ No newline at end of file
diff --git a/modules/worker/front/summary/index.html b/modules/worker/front/summary/index.html
index 2607d9b2f2..13924fe8df 100644
--- a/modules/worker/front/summary/index.html
+++ b/modules/worker/front/summary/index.html
@@ -42,14 +42,45 @@
{{::worker.boss.name}}
-
+
+ -
+
+ {{worker.mobileExtension}}
+
+
+
+
-
+
+ -
+
+ {{worker.phone}}
+
+
+
+
+ >
+ -
+
+ {{worker.client.phone}}
+
+
+
+
diff --git a/modules/worker/front/summary/index.js b/modules/worker/front/summary/index.js
index 2bb1f08530..1e64527cfc 100644
--- a/modules/worker/front/summary/index.js
+++ b/modules/worker/front/summary/index.js
@@ -1,6 +1,6 @@
import ngModule from '../module';
import Summary from 'salix/components/summary';
-
+import './style.scss';
class Controller extends Summary {
get worker() {
return this._worker;
diff --git a/modules/worker/front/summary/style.scss b/modules/worker/front/summary/style.scss
new file mode 100644
index 0000000000..2bde271297
--- /dev/null
+++ b/modules/worker/front/summary/style.scss
@@ -0,0 +1,6 @@
+vn-worker-summary {
+ vn-icon.tel {
+ font-size: 1.1em;
+ vertical-align: bottom;
+ }
+}
\ No newline at end of file