diff --git a/modules/worker/front/descriptor/index.js b/modules/worker/front/descriptor/index.js
index 446f8167cd..a2aadf3b30 100644
--- a/modules/worker/front/descriptor/index.js
+++ b/modules/worker/front/descriptor/index.js
@@ -1,6 +1,5 @@
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
deleted file mode 100644
index 6db663ae3d..0000000000
--- a/modules/worker/front/descriptor/style.scss
+++ /dev/null
@@ -1,6 +0,0 @@
-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 13924fe8df..0d9aef7f87 100644
--- a/modules/worker/front/summary/index.html
+++ b/modules/worker/front/summary/index.html
@@ -43,44 +43,20 @@
- -
-
- {{worker.mobileExtension}}
-
-
-
-
+
- -
-
- {{worker.phone}}
-
-
-
-
+
- -
-
- {{worker.client.phone}}
-
-
-
-
+
diff --git a/modules/worker/front/summary/index.js b/modules/worker/front/summary/index.js
index 1e64527cfc..212609f582 100644
--- a/modules/worker/front/summary/index.js
+++ b/modules/worker/front/summary/index.js
@@ -1,6 +1,5 @@
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
deleted file mode 100644
index 2bde271297..0000000000
--- a/modules/worker/front/summary/style.scss
+++ /dev/null
@@ -1,6 +0,0 @@
-vn-worker-summary {
- vn-icon.tel {
- font-size: 1.1em;
- vertical-align: bottom;
- }
-}
\ No newline at end of file