From b953fa8773cfbec933721de7f731766649e267af Mon Sep 17 00:00:00 2001 From: Bernat Exposito Domenech Date: Mon, 18 May 2020 11:50:55 +0200 Subject: [PATCH 1/2] client descriptor add risk --- modules/client/front/descriptor/index.html | 5 +++++ modules/client/front/descriptor/index.js | 1 - modules/client/front/descriptor/style.scss | 7 +++++++ 3 files changed, 12 insertions(+), 1 deletion(-) create mode 100644 modules/client/front/descriptor/style.scss diff --git a/modules/client/front/descriptor/index.html b/modules/client/front/descriptor/index.html index d8e035942e..1aedae1a55 100644 --- a/modules/client/front/descriptor/index.html +++ b/modules/client/front/descriptor/index.html @@ -32,6 +32,11 @@ + + diff --git a/modules/client/front/descriptor/index.js b/modules/client/front/descriptor/index.js index 4cf35d1e93..70619dcf67 100644 --- a/modules/client/front/descriptor/index.js +++ b/modules/client/front/descriptor/index.js @@ -23,7 +23,6 @@ class Controller extends Component { set client(value) { this._client = value; - if (!value) return; if (this.$params.sendSMS) diff --git a/modules/client/front/descriptor/style.scss b/modules/client/front/descriptor/style.scss new file mode 100644 index 0000000000..e57ad984b4 --- /dev/null +++ b/modules/client/front/descriptor/style.scss @@ -0,0 +1,7 @@ +@import "variables"; + +vn-client-descriptor { + .alert span { + color: $color-alert !important + } +} \ No newline at end of file From f9bc1406e2fcc956a789192de39150f08040197c Mon Sep 17 00:00:00 2001 From: Bernat Exposito Domenech Date: Tue, 19 May 2020 08:14:44 +0200 Subject: [PATCH 2/2] delete css --- modules/client/front/descriptor/style.scss | 7 ------- 1 file changed, 7 deletions(-) delete mode 100644 modules/client/front/descriptor/style.scss diff --git a/modules/client/front/descriptor/style.scss b/modules/client/front/descriptor/style.scss deleted file mode 100644 index e57ad984b4..0000000000 --- a/modules/client/front/descriptor/style.scss +++ /dev/null @@ -1,7 +0,0 @@ -@import "variables"; - -vn-client-descriptor { - .alert span { - color: $color-alert !important - } -} \ No newline at end of file