From 59061927c620d5753b997096e6dfd0f3b6365ec7 Mon Sep 17 00:00:00 2001 From: Daniel Herrero Date: Thu, 14 Dec 2017 13:48:29 +0100 Subject: [PATCH] new style in client --- client/client/src/card/card.html | 27 ++++++++++++++----------- client/client/src/card/card.js | 2 +- client/client/src/card/style.scss | 8 ++++++++ client/client/src/descriptor/style.scss | 2 +- 4 files changed, 25 insertions(+), 14 deletions(-) create mode 100644 client/client/src/card/style.scss diff --git a/client/client/src/card/card.html b/client/client/src/card/card.html index dd7511537..be635450b 100644 --- a/client/client/src/card/card.html +++ b/client/client/src/card/card.html @@ -1,17 +1,20 @@ - + - - - - - - - - - + + + + + + + + + + + + \ No newline at end of file diff --git a/client/client/src/card/card.js b/client/client/src/card/card.js index 9660ce3ce..560ca8f9e 100644 --- a/client/client/src/card/card.js +++ b/client/client/src/card/card.js @@ -1,5 +1,5 @@ import ngModule from '../module'; - +import './style.scss'; export default class Controller { constructor() { this.client = null; diff --git a/client/client/src/card/style.scss b/client/client/src/card/style.scss new file mode 100644 index 000000000..e7038cdd3 --- /dev/null +++ b/client/client/src/card/style.scss @@ -0,0 +1,8 @@ +vn-client-card { + vn-main-block { + display:block; + max-width: 1920px; + width:100%; + margin: 0 auto; + } +} \ No newline at end of file diff --git a/client/client/src/descriptor/style.scss b/client/client/src/descriptor/style.scss index 617cdbb4c..ffb46df1c 100644 --- a/client/client/src/descriptor/style.scss +++ b/client/client/src/descriptor/style.scss @@ -4,7 +4,7 @@ vn-descriptor { color: white; text-align: center; i { - font-size: 40px; + font-size: 51px; } } } \ No newline at end of file